Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Basic/
H A DModule.cpp38 Module(StringRef Name,SourceLocation DefinitionLoc,Module * Parent,bool IsFramework,bool IsExplicit,unsigned VisibilityID) Module() argument
/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp854 findOrCreateModule(StringRef Name,Module * Parent,bool IsFramework,bool IsExplicit) findOrCreateModule() argument
[all...]
/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp282 bool IsExplicit; // true - The IT instruction was present in the member
/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp5778 bool IsExplicit = Record[Idx++]; ReadSubmoduleBlock() local