/external/clang/test/Index/ |
D | index-module.m | 12 …name: "DependsOnModule/DependsOnModule.h" | hash loc: 2:1 | isImport: 0 | isAngled: 1 | isModule: 1 22 …e.framework{{[/\\]}}Headers{{[/\\]}}DependsOnModule.h:1:1 | isImport: 0 | isAngled: 1 | isModule: 1 25 …ther\.h]] | name: "SubFramework/Other.h" | hash loc: [[DMOD_SUB_H]]:1:1 | isImport: 0 | isAngled: 0 39 …aders.]]Sub.h | name: "Module/Sub.h" | hash loc: [[TMOD_MODULE_H]]:23:1 | isImport: 0 | isAngled: 1 40 …MODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODHDR]]Sub.h:1:1 | isImport: 0 | isAngled: 1 41 …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 | 267 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) { in AddSearchPath() argument 268 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx; in AddSearchPath() 270 if (!isAngled) in AddSearchPath() 369 const FileEntry *LookupFile(StringRef Filename, bool isAngled,
|
D | Preprocessor.h | 1232 bool isAngled, const DirectoryLookup *FromDir,
|
/external/clang/lib/Lex/ |
D | PPDirectives.cpp | 538 bool isAngled, in LookupFile() argument 567 Filename, isAngled, FromDir, CurDir, CurFileEnt, in LookupFile() 1231 bool isAngled; in GetIncludeFilenameSpelling() local 1238 isAngled = true; in GetIncludeFilenameSpelling() 1245 isAngled = false; in GetIncludeFilenameSpelling() 1261 return isAngled; in GetIncludeFilenameSpelling() 1375 bool isAngled = in HandleIncludeDirective() local 1423 FilenameLoc, Filename, isAngled, LookupFrom, CurDir, in HandleIncludeDirective() 1435 HeaderInfo.AddSearchPath(DL, isAngled); in HandleIncludeDirective() 1438 File = LookupFile(FilenameLoc, Filename, isAngled, LookupFrom, CurDir, in HandleIncludeDirective() [all …]
|
D | HeaderSearch.cpp | 496 bool isAngled, in LookupFile() argument 530 if (CurFileEnt && !isAngled && !NoCurDirSearch) { in LookupFile() 570 unsigned i = isAngled ? AngledDirIdx : 0; in LookupFile() 647 if (CurFileEnt && !isAngled && Filename.find('/') == StringRef::npos) { in LookupFile()
|
D | Pragma.cpp | 464 bool isAngled = in HandlePragmaDependency() local 474 isAngled, 0, CurDir, NULL, NULL, NULL); in HandlePragmaDependency()
|
D | PPMacroExpansion.cpp | 1168 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in EvaluateHasIncludeCommon() local 1177 PP.LookupFile(FilenameLoc, Filename, isAngled, LookupFrom, CurDir, NULL, in EvaluateHasIncludeCommon()
|
/external/clang/lib/Rewrite/Frontend/ |
D | InclusionRewriter.cpp | 331 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in HandleHasInclude() local 334 Filename, isAngled, 0, CurDir, in HandleHasInclude()
|
/external/clang/tools/libclang/ |
D | IndexingContext.h | 374 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 | 5297 int isAngled; member
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 2652 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()
|