Home
last modified time | relevance | path

Searched refs:isAngled (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/Index/
Dindex-module.m12 …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/
DHeaderSearch.h267 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,
DPreprocessor.h1232 bool isAngled, const DirectoryLookup *FromDir,
/external/clang/lib/Lex/
DPPDirectives.cpp538 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 …]
DHeaderSearch.cpp496 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()
DPragma.cpp464 bool isAngled = in HandlePragmaDependency() local
474 isAngled, 0, CurDir, NULL, NULL, NULL); in HandlePragmaDependency()
DPPMacroExpansion.cpp1168 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/
DInclusionRewriter.cpp331 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in HandleHasInclude() local
334 Filename, isAngled, 0, CurDir, in HandleHasInclude()
/external/clang/tools/libclang/
DIndexingContext.h374 bool isImport, bool isAngled, bool isModuleImport);
DIndexingContext.cpp246 bool isImport, bool isAngled, in ppIncludedFile() argument
256 isImport, isAngled, isModuleImport }; in ppIncludedFile()
/external/clang/include/clang-c/
DIndex.h5297 int isAngled; member
/external/clang/tools/c-index-test/
Dc-index-test.c2652 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()