Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceRangeSpec.h49 bool IsExplicit = false; member
/external/clang/include/clang/Basic/
DModule.h169 unsigned IsExplicit : 1; variable
/external/clang/lib/Basic/
DModule.cpp28 bool IsFramework, bool IsExplicit, unsigned VisibilityID) in Module()
/external/clang/unittests/ASTMatchers/
DASTMatchersNarrowingTest.cpp786 TEST(ConversionDeclaration, IsExplicit) { in TEST() argument
1086 TEST(ConstructorDeclaration, IsExplicit) { in TEST() argument
/external/clang/lib/Lex/
DModuleMap.cpp545 bool IsExplicit) { in findOrCreateModule()
/external/clang/lib/Serialization/
DASTReader.cpp4473 bool IsExplicit = Record[Idx++]; in ReadSubmoduleBlock() local