Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DModule.h171 unsigned IsExplicit : 1; variable
/external/clang/lib/Basic/
DModule.cpp28 bool IsFramework, bool IsExplicit, unsigned VisibilityID) in Module()
/external/clang/lib/Lex/
DModuleMap.cpp551 bool IsExplicit) { in findOrCreateModule()
/external/clang/unittests/ASTMatchers/
DASTMatchersTest.cpp1520 TEST(ConversionDeclaration, IsExplicit) { in TEST() argument
2134 TEST(ConstructorDeclaration, IsExplicit) { in TEST() argument
/external/clang/lib/Serialization/
DASTReader.cpp4468 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local