Home
last modified time | relevance | path

Searched defs:IsExplicit (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp38 bool IsFramework, bool IsExplicit, unsigned VisibilityID) in Module()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h267 unsigned IsExplicit : 1; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp819 bool IsExplicit) { in findOrCreateModule()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp286 bool IsExplicit; // true - The IT instruction was present in the member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp5510 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local