HomeSort by relevance Sort by last modified time
    Searched refs:IsFramework (Results 1 - 11 of 11) sorted by null

  /external/clang/include/clang/Lex/
HeaderSearchOptions.h 50 unsigned IsFramework : 1;
57 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework,
59 : Path(path), Group(group), IsFramework(isFramework),
175 bool IsFramework, bool IgnoreSysRoot) {
176 UserEntries.push_back(Entry(Path, Group, IsFramework, IgnoreSysRoot));
HeaderSearch.h 517 bool IsFramework);
648 /// \param IsFramework Whether this is a framework directory.
653 bool IsFramework);
659 /// \param IsFramework Whether this is a framework directory.
664 bool IsSystem, bool IsFramework);
ModuleMap.h 312 /// \param IsFramework Whether this is a framework module.
320 bool IsFramework,
  /external/clang/include/clang/Basic/
Module.h 139 unsigned IsFramework : 1;
238 LinkLibrary() : IsFramework(false) { }
239 LinkLibrary(const std::string &Library, bool IsFramework)
240 : Library(Library), IsFramework(IsFramework) { }
249 bool IsFramework;
289 const FileEntry *ModuleMap, bool IsFramework, bool IsExplicit);
325 if (Mod->IsFramework)
334 return IsFramework && Parent && Parent->isPartOfFramework();
  /external/clang/lib/Basic/
Module.cpp 28 const FileEntry *File, bool IsFramework, bool IsExplicit)
31 IsAvailable(true), IsFromModuleFile(false), IsFramework(IsFramework),
290 if (IsFramework)
410 if (LinkLibraries[I].IsFramework)
  /external/clang/lib/Lex/
HeaderSearch.cpp 156 if (SearchDirs[Idx].isFramework()) {
180 /*IsFramework*/false) == LMM_NewlyLoaded) {
194 /*IsFramework*/false) == LMM_NewlyLoaded){
228 if (isFramework())
295 if (isFramework())
    [all...]
ModuleMap.cpp 309 diag::kind DiagID = RequestingModule->getTopLevelModule()->IsFramework ?
381 /*IsFramework=*/false, Explicit).first;
398 /*IsFramework=*/false, Explicit).first;
539 const FileEntry *ModuleMap, bool IsFramework,
547 IsFramework, IsExplicit);
590 assert(Mod->IsFramework && "Can only infer linking for framework modules");
599 /*IsFramework=*/true));
685 /*IsFramework=*/true, /*IsExplicit=*/false);
    [all...]
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 58 void AddPath(const Twine &Path, IncludeDirGroup Group, bool isFramework);
63 bool isFramework);
121 bool isFramework) {
128 AddUnmappedPath(IncludeSysroot + Path, Group, isFramework);
133 AddUnmappedPath(Path, Group, isFramework);
137 bool isFramework) {
157 std::make_pair(Group, DirectoryLookup(DE, Type, isFramework)));
163 if (!isFramework) {
540 } else if (CurEntry.isFramework()) {
573 else if (CurEntry.isFramework())
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
ASTReader.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 138 milliseconds