Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ IsPchHeader
Method
IsPchHeader
Source/cmSourceFile.cxx:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
bool cmSourceFile::IsPchHeader() const
38
{
39
return this->SpecialSource == SpecialSourceType::PchHeader;
40
}
41
42
bool cmSourceFile::IsPchSource() const
43
{
Callers
1
GetObjectFileNameWithoutTarget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected