Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DModule.h222 unsigned IsExplicit : 1; variable
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DModule.cpp39 bool IsFramework, bool IsExplicit, unsigned VisibilityID) in Module()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DModuleMap.cpp793 bool IsExplicit) { in findOrCreateModule()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1856 ASTContext &C, DeclContext *DC, SourceLocation StartLoc, bool IsExplicit, in Create()
/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp212 bool IsExplicit; // true - The IT instruction was present in the member
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5007 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local