/external/clang/test/Index/ |
D | index-module.m | 15 …name: "DependsOnModule/DependsOnModule.h" | hash loc: 2:1 | isImport: 0 | isAngled: 1 | isModule: 1 27 …framework{{[/\\]}}Headers{{[/\\]}}DependsOnModule.h:1:1 | isImport: 0 | isAngled: 1 | isModule: 1 … 31 …: "SubFramework/Other.h" | hash loc: [[DMOD_SUB_H]]:1:1 | isImport: 0 | isAngled: 0 | isModule: 0 … 47 …aders.]]Sub.h | name: "Module/Sub.h" | hash loc: [[TMOD_MODULE_H]]:23:1 | isImport: 0 | isAngled: 1 48 …MODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODHDR]]Sub.h:1:1 | isImport: 0 | isAngled: 1 49 …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 | 276 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) { in AddSearchPath() argument 277 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx; in AddSearchPath() 279 if (!isAngled) in AddSearchPath() 379 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
|
D | Preprocessor.h | 1647 bool isAngled, const DirectoryLookup *FromDir,
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 741 bool isAngled, in LookupFile() argument 787 if (LangOpts.MSVCCompat && !isAngled) { in LookupFile() 805 Filename, FilenameLoc, isAngled, TmpFromDir, TmpCurDir, in LookupFile() 822 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile() 1487 bool isAngled; in GetIncludeFilenameSpelling() local 1494 isAngled = true; in GetIncludeFilenameSpelling() 1501 isAngled = false; in GetIncludeFilenameSpelling() 1517 return isAngled; in GetIncludeFilenameSpelling() 1723 bool isAngled = in HandleIncludeDirective() local 1788 isAngled, LookupFrom, LookupFromFile, CurDir, in HandleIncludeDirective() [all …]
|
D | HeaderSearch.cpp | 567 StringRef Filename, SourceLocation IncludeLoc, bool isAngled, in LookupFile() argument 604 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile() 683 unsigned i = isAngled ? AngledDirIdx : 0; in LookupFile() 775 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
|
D | Pragma.cpp | 469 bool isAngled = in HandlePragmaDependency() local 479 LookupFile(FilenameTok.getLocation(), Filename, isAngled, nullptr, in HandlePragmaDependency()
|
D | PPMacroExpansion.cpp | 1369 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in EvaluateHasIncludeCommon() local 1378 PP.LookupFile(FilenameLoc, Filename, isAngled, LookupFrom, LookupFromFile, in EvaluateHasIncludeCommon()
|
/external/clang/lib/Frontend/Rewrite/ |
D | InclusionRewriter.cpp | 386 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in HandleHasInclude() local 394 Filename, SourceLocation(), isAngled, nullptr, CurDir, Includers, nullptr, in HandleHasInclude()
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.h | 370 bool isImport, bool isAngled, bool isModuleImport);
|
D | CXIndexDataConsumer.cpp | 458 bool isImport, bool isAngled, in ppIncludedFile() argument 468 isImport, isAngled, isModuleImport }; in ppIncludedFile()
|
/external/clang/include/clang-c/ |
D | Index.h | 5448 int isAngled; member
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 3107 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()
|