Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DModule.h85 unsigned IsFramework : 1; variable
159 bool IsFramework) in Module()
/external/clang/include/clang/Frontend/
DHeaderSearchOptions.h45 unsigned IsFramework : 1; member
/external/clang/lib/Basic/
DModule.cpp25 bool IsFramework, bool IsExplicit) in Module()
/external/clang/lib/Lex/
DModuleMap.cpp276 ModuleMap::findOrCreateModule(StringRef Name, Module *Parent, bool IsFramework, in findOrCreateModule()
/external/clang/lib/Serialization/
DASTReader.cpp3106 bool IsFramework = Record[2]; in ReadSubmoduleBlock() local