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

/external/swiftshader/third_party/subzero/src/
H A DIceRangeSpec.h49 bool IsExplicit = false; member in struct:Ice::RangeSpec::Desc
/external/clang/lib/Basic/
H A DModule.cpp28 bool IsFramework, bool IsExplicit, unsigned VisibilityID)
33 IsExplicit(IsExplicit), IsSystem(false), IsExternC(false),
247 if (!Mod->IsExplicit)
325 if (IsExplicit)
27 Module(StringRef Name, SourceLocation DefinitionLoc, Module *Parent, bool IsFramework, bool IsExplicit, unsigned VisibilityID) argument
/external/clang/lib/Lex/
H A DModuleMap.cpp545 bool IsExplicit) {
552 IsFramework, IsExplicit, NumCreatedModules++);
680 /*IsFramework=*/true, /*IsExplicit=*/false,
544 findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework, bool IsExplicit) argument
/external/clang/lib/Serialization/
H A DASTReader.cpp4473 bool IsExplicit = Record[Idx++]; local
4488 IsExplicit).first;

Completed in 514 milliseconds