Home
last modified time | relevance | path

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

/external/clang/test/Index/
Dindex-module.m13 …name: "DependsOnModule/DependsOnModule.h" | hash loc: 2:1 | isImport: 0 | isAngled: 1 | isModule: 1
24 …framework{{[/\\]}}Headers{{[/\\]}}DependsOnModule.h:1:1 | isImport: 0 | isAngled: 1 | isModule: 1 …
28 …: "SubFramework/Other.h" | hash loc: [[DMOD_SUB_H]]:1:1 | isImport: 0 | isAngled: 0 | isModule: 0 …
42 …aders.]]Sub.h | name: "Module/Sub.h" | hash loc: [[TMOD_MODULE_H]]:23:1 | isImport: 0 | isAngled: 1
43 …MODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODHDR]]Sub.h:1:1 | isImport: 0 | isAngled: 1
44 …h | name: "Module/Buried/Treasure.h" | hash loc: [[TMOD_MODULE_H]]:24:1 | isImport: 0 | isAngled: 1
/external/clang/include/clang/Lex/
DHeaderSearch.h278 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) { in AddSearchPath() argument
279 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx; in AddSearchPath()
281 if (!isAngled) in AddSearchPath()
381 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
DPreprocessor.h1619 bool isAngled, const DirectoryLookup *FromDir,
/external/clang/lib/Lex/
DPPDirectives.cpp606 bool isAngled, in LookupFile() argument
649 if (LangOpts.MSVCCompat && !isAngled) { in LookupFile()
667 Filename, FilenameLoc, isAngled, TmpFromDir, TmpCurDir, in LookupFile()
684 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath, in LookupFile()
1345 bool isAngled; in GetIncludeFilenameSpelling() local
1352 isAngled = true; in GetIncludeFilenameSpelling()
1359 isAngled = false; in GetIncludeFilenameSpelling()
1375 return isAngled; in GetIncludeFilenameSpelling()
1549 bool isAngled = in HandleIncludeDirective() local
1614 isAngled, LookupFrom, LookupFromFile, CurDir, in HandleIncludeDirective()
[all …]
DHeaderSearch.cpp566 StringRef Filename, SourceLocation IncludeLoc, bool isAngled, in LookupFile() argument
603 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
681 unsigned i = isAngled ? AngledDirIdx : 0; in LookupFile()
773 if (!Includers.empty() && Includers.front().first && !isAngled && in LookupFile()
DPragma.cpp469 bool isAngled = in HandlePragmaDependency() local
479 LookupFile(FilenameTok.getLocation(), Filename, isAngled, nullptr, in HandlePragmaDependency()
DPPMacroExpansion.cpp1360 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in EvaluateHasIncludeCommon() local
1369 PP.LookupFile(FilenameLoc, Filename, isAngled, LookupFrom, LookupFromFile, in EvaluateHasIncludeCommon()
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp386 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in HandleHasInclude() local
394 Filename, SourceLocation(), isAngled, nullptr, CurDir, Includers, nullptr, in HandleHasInclude()
/external/clang/tools/libclang/
DIndexingContext.h370 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.h5272 int isAngled; member
/external/clang/tools/c-index-test/
Dc-index-test.c2954 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()