OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InPCH
(Results
1 - 6
of
6
) sorted by null
/external/clang/include/clang/Basic/
FileManager.h
61
bool
InPCH
;
72
: UniqueID(0, 0), IsNamedPipe(false),
InPCH
(false), IsValid(false)
80
IsNamedPipe(FE.IsNamedPipe),
InPCH
(FE.
InPCH
), IsValid(FE.IsValid) {
89
bool isInPCH() const { return
InPCH
; }
FileSystemStatCache.h
38
bool
InPCH
;
42
InPCH
(false), IsVFSMapped(false) {}
/external/clang/lib/Basic/
FileSystemStatCache.cpp
30
Data.
InPCH
= false;
FileManager.cpp
313
UFE.
InPCH
= Data.
InPCH
;
370
UFE->
InPCH
= Data.
InPCH
;
/external/clang/unittests/Basic/
FileManagerTest.cpp
39
Data.
InPCH
= false;
/external/clang/lib/Lex/
PTHLexer.cpp
719
Data.
InPCH
= true;
Completed in 69 milliseconds