Searched refs:isAngled (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DHeaderSearch.h282 void AddSearchPath(const DirectoryLookup &dir, bool isAngled) { argument
283 unsigned idx = isAngled ? SystemDirIdx : AngledDirIdx;
285 if (!isAngled)
365 /// \param isAngled indicates whether the file reference is a <> reference.
393 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
H A DPreprocessor.h1991 /// Returns None on failure. \p isAngled indicates whether the file
1994 LookupFile(SourceLocation FilenameLoc, StringRef Filename, bool isAngled,
2251 ModuleMap::KnownHeader &SuggestedModule, bool isAngled);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp719 SourceLocation FilenameLoc, StringRef Filename, bool isAngled,
763 if (LangOpts.MSVCCompat && !isAngled) {
780 Filename, FilenameLoc, isAngled, TmpFromDir, TmpCurDir,
798 Filename, FilenameLoc, isAngled, FromDir, CurDir, Includers, SearchPath,
1512 bool isAngled; local
1519 isAngled = true;
1526 isAngled = false;
1542 return isAngled;
1728 ModuleMap::KnownHeader &SuggestedModule, bool isAngled) {
1731 isAngled, LookupFro
718 LookupFile( SourceLocation FilenameLoc, StringRef Filename, bool isAngled, const DirectoryLookup *FromDir, const FileEntry *FromFile, const DirectoryLookup *&CurDir, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, ModuleMap::KnownHeader *SuggestedModule, bool *IsMapped, bool *IsFrameworkFound, bool SkipCache) argument
1721 LookupHeaderIncludeOrImport( const DirectoryLookup *&CurDir, StringRef& Filename, SourceLocation FilenameLoc, CharSourceRange FilenameRange, const Token &FilenameTok, bool &IsFrameworkFound, bool IsImportDecl, bool &IsMapped, const DirectoryLookup *LookupFrom, const FileEntry *LookupFromFile, StringRef& LookupFilename, SmallVectorImpl<char> &RelativePath, SmallVectorImpl<char> &SearchPath, ModuleMap::KnownHeader &SuggestedModule, bool isAngled) argument
1861 bool isAngled = local
[all...]
H A DHeaderSearch.cpp692 const FileEntry *IncludeFE, bool isAngled = false,
702 if (!isAngled && !FoundByHeaderMap) {
725 /// return null on failure. isAngled indicates whether the file reference is
730 StringRef Filename, SourceLocation IncludeLoc, bool isAngled,
776 if (!Includers.empty() && !isAngled && !NoCurDirSearch) {
863 unsigned i = isAngled ? AngledDirIdx : 0;
967 &File->getFileEntry(), isAngled, FoundByHeaderMap);
978 if (!Includers.empty() && Includers.front().first && !isAngled &&
988 ScratchFilename, IncludeLoc, /*isAngled=*/true, FromDir, CurDir,
729 LookupFile( StringRef Filename, SourceLocation IncludeLoc, bool isAngled, const DirectoryLookup *FromDir, const DirectoryLookup *&CurDir, ArrayRef<std::pair<const FileEntry *, const DirectoryEntry *>> Includers, SmallVectorImpl<char> *SearchPath, SmallVectorImpl<char> *RelativePath, Module *RequestingModule, ModuleMap::KnownHeader *SuggestedModule, bool *IsMapped, bool *IsFrameworkFound, bool SkipCache, bool BuildSystemModule) argument
H A DPPMacroExpansion.cpp1219 bool isAngled = PP.GetIncludeFilenameSpelling(Tok.getLocation(), Filename);
1228 PP.LookupFile(FilenameLoc, Filename, isAngled, LookupFrom, LookupFromFile,
1236 Callbacks->HasInclude(FilenameLoc, Filename, isAngled, File, FileType);
H A DPragma.cpp513 bool isAngled =
523 LookupFile(FilenameTok.getLocation(), Filename, isAngled, nullptr,
/freebsd-13-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h6179 int isAngled; member in struct:__anon1500

Completed in 212 milliseconds