/external/clang/test/Index/ |
D | index-module.m | 12 …name: "DependsOnModule/DependsOnModule.h" | hash loc: 2:1 | isImport: 0 | isAngled: 1 | isModule: 1 22 …framework{{[/\\]}}Headers{{[/\\]}}DependsOnModule.h:1:1 | isImport: 0 | isAngled: 1 | isModule: 1 … 26 …: "SubFramework/Other.h" | hash loc: [[DMOD_SUB_H]]:1:1 | isImport: 0 | isAngled: 0 | isModule: 0 … 41 …aders.]]Sub.h | name: "Module/Sub.h" | hash loc: [[TMOD_MODULE_H]]:23:1 | isImport: 0 | isAngled: 1 42 …MODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODHDR]]Sub.h:1:1 | isImport: 0 | isAngled: 1 43 …h | name: "Module/Buried/Treasure.h" | hash loc: [[TMOD_MODULE_H]]:24:1 | isImport: 0 | isAngled: 1
|
/external/clang/include/clang/Lex/ |
D | HeaderSearch.h | 285 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) { in AddSearchPath() argument 286 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx; in AddSearchPath() 288 if (!isAngled) in AddSearchPath() 388 bool isAngled, const DirectoryLookup *FromDir,
|
D | Preprocessor.h | 1309 bool isAngled, const DirectoryLookup *FromDir,
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 563 bool isAngled, in LookupFile() argument 592 if (LangOpts.MSVCCompat && !isAngled) { in LookupFile() 606 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile() 1266 bool isAngled; in GetIncludeFilenameSpelling() local 1273 isAngled = true; in GetIncludeFilenameSpelling() 1280 isAngled = false; in GetIncludeFilenameSpelling() 1296 return isAngled; in GetIncludeFilenameSpelling() 1422 bool isAngled = in HandleIncludeDirective() local 1476 isAngled, LookupFrom, CurDir, Callbacks ? &SearchPath : nullptr, in HandleIncludeDirective() 1488 HeaderInfo.AddSearchPath(DL, isAngled); in HandleIncludeDirective() [all …]
|
D | HeaderSearch.cpp | 565 StringRef Filename, SourceLocation IncludeLoc, bool isAngled, in LookupFile() argument 617 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile() 686 unsigned i = isAngled ? AngledDirIdx : 0; in LookupFile() 779 if (!Includers.empty() && !isAngled && in LookupFile()
|
D | Pragma.cpp | 466 bool isAngled = in HandlePragmaDependency() local 476 isAngled, nullptr, CurDir, nullptr, in HandlePragmaDependency()
|
D | PPMacroExpansion.cpp | 1139 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in EvaluateHasIncludeCommon() local 1148 PP.LookupFile(FilenameLoc, Filename, isAngled, LookupFrom, CurDir, in EvaluateHasIncludeCommon()
|
/external/clang/lib/Rewrite/Frontend/ |
D | InclusionRewriter.cpp | 334 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in HandleHasInclude() local 337 Filename, SourceLocation(), isAngled, nullptr, CurDir, in HandleHasInclude()
|
/external/clang/tools/libclang/ |
D | IndexingContext.h | 367 bool isImport, bool isAngled, bool isModuleImport);
|
D | IndexingContext.cpp | 246 bool isImport, bool isAngled, in ppIncludedFile() argument 256 isImport, isAngled, isModuleImport }; in ppIncludedFile()
|
/external/clang/include/clang-c/ |
D | Index.h | 4948 int isAngled; member
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 2827 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()
|