Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Index/
H A Dindex-module.m15 …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 …
32 …: "SubFramework/Other.h" | hash loc: [[DMOD_SUB_H]]:1:1 | isImport: 0 | isAngled: 0 | isModule: 0 …
48 …aders.]]Sub.h | name: "Module/Sub.h" | hash loc: [[TMOD_MODULE_H]]:23:1 | isImport: 0 | isAngled: 1
49 …MODHDR]]Sub2.h | name: "Module/Sub2.h" | hash loc: [[TMODHDR]]Sub.h:1:1 | isImport: 0 | isAngled: 1
50 …h | name: "Module/Buried/Treasure.h" | hash loc: [[TMOD_MODULE_H]]:24:1 | isImport: 0 | isAngled: 1
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp994 if (LangOpts.MSVCCompat && !isAngled) { in LookupFile()
1764 bool isAngled; in GetIncludeFilenameSpelling() local
1771 isAngled = true; in GetIncludeFilenameSpelling()
1778 isAngled = false; in GetIncludeFilenameSpelling()
1794 return isAngled; in GetIncludeFilenameSpelling()
2011 isAngled, LookupFrom, LookupFromFile, CurDir, in LookupHeaderIncludeOrImport()
2023 if (isAngled) { in LookupHeaderIncludeOrImport()
2062 isAngled ? FixItHint::CreateReplacement( in LookupHeaderIncludeOrImport()
2119 bool isAngled = in HandleHeaderIncludeOrImport() local
2427 Path.push_back(isAngled ? '<' : '"'); in HandleHeaderIncludeOrImport()
[all …]
H A DHeaderSearch.cpp121 void HeaderSearch::AddSearchPath(const DirectoryLookup &dir, bool isAngled) { in AddSearchPath() argument
122 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx; in AddSearchPath()
125 if (!isAngled) in AddSearchPath()
795 const FileEntry *IncludeFE, bool isAngled = false, in diagnoseFrameworkInclude() argument
808 if (!isAngled && !FoundByHeaderMap) { in diagnoseFrameworkInclude()
837 StringRef Filename, SourceLocation IncludeLoc, bool isAngled, in LookupFile() argument
885 if (!Includers.empty() && !isAngled && !NoCurDirSearch) { in LookupFile()
969 isAngled ? angled_dir_begin() : search_dir_begin(); in LookupFile()
1060 if (CurDir->isHeaderMap() && isAngled) { in LookupFile()
1085 &File->getFileEntry(), isAngled, FoundByHeaderMap); in LookupFile()
[all …]
H A DPPMacroExpansion.cpp1230 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename); in EvaluateHasIncludeCommon() local
1238 PP.LookupFile(FilenameLoc, Filename, isAngled, LookupFrom, LookupFromFile, in EvaluateHasIncludeCommon()
1246 Callbacks->HasInclude(FilenameLoc, Filename, isAngled, File, FileType); in EvaluateHasIncludeCommon()
H A DPragma.cpp522 bool isAngled = in HandlePragmaDependency() local
531 LookupFile(FilenameTok.getLocation(), Filename, isAngled, nullptr, in HandlePragmaDependency()
/llvm-project-15.0.7/clang/unittests/Lex/
H A DHeaderSearchTest.cpp60 bool isAngled = false) { in addHeaderMap() argument
71 Search.AddSearchPath(DL, isAngled); in addHeaderMap()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearch.h354 void AddSearchPath(const DirectoryLookup &dir, bool isAngled);
471 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
H A DPreprocessor.h2233 LookupFile(SourceLocation FilenameLoc, StringRef Filename, bool isAngled,
2505 ModuleMap::KnownHeader &SuggestedModule, bool isAngled);
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.h366 Optional<FileEntryRef> File, bool isImport, bool isAngled,
H A DCXIndexDataConsumer.cpp468 bool isImport, bool isAngled, in ppIncludedFile() argument
480 isImport, isAngled, isModuleImport }; in ppIncludedFile()
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6294 int isAngled; member
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3667 info->isImport, info->isAngled, info->isModuleImport); in index_ppIncludedFile()