Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp38 bool IsFramework, bool IsExplicit, unsigned VisibilityID) in Module()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h290 unsigned IsExplicit : 1; variable
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DModuleMap.cpp836 bool IsExplicit) { in findOrCreateModule()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp282 bool IsExplicit; // true - The IT instruction was present in the member
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp5576 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local