Home
last modified time | relevance | path

Searched refs:ConstSearchDirIterator (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Lex/
H A DHeaderSearch.h215 using ConstSearchDirIterator = detail::SearchDirIteratorImpl<true>; variable
218 using ConstSearchDirRange = llvm::iterator_range<ConstSearchDirIterator>;
226 friend ConstSearchDirIterator; variable
275 ConstSearchDirIterator StartIt = nullptr;
278 ConstSearchDirIterator HitIt = nullptr;
287 void reset(ConstSearchDirIterator NewStartIt) { in reset()
472 ConstSearchDirIterator FromDir, ConstSearchDirIterator *CurDir,
767 ConstSearchDirIterator HitIt,
811 ConstSearchDirIterator angled_dir_begin() const { in angled_dir_begin()
816 ConstSearchDirIterator system_dir_begin() const { in system_dir_begin()
[all …]
H A DPreprocessor.h611 ConstSearchDirIterator CurDirLookup = nullptr;
640 ConstSearchDirIterator TheDirLookup;
648 ConstSearchDirIterator TheDirLookup) in IncludeStackInfo()
1497 bool EnterSourceFile(FileID FID, ConstSearchDirIterator Dir,
2234 ConstSearchDirIterator FromDir, const FileEntry *FromFile,
2371 std::pair<ConstSearchDirIterator, const FileEntry *>
2421 void EnterSourceFileWithLexer(Lexer *TheLexer, ConstSearchDirIterator Dir);
2499 ConstSearchDirIterator *CurDir, StringRef &Filename,
2502 bool &IsMapped, ConstSearchDirIterator LookupFrom,
2509 ConstSearchDirIterator LookupFrom = nullptr,
[all …]
/llvm-project-15.0.7/clang/lib/Lex/
H A DPPDirectives.cpp948 ConstSearchDirIterator FromDir, const FileEntry *FromFile, in LookupFile()
953 ConstSearchDirIterator CurDirLocal = nullptr; in LookupFile()
1008 ConstSearchDirIterator TmpCurDir = CurDir; in LookupFile()
1009 ConstSearchDirIterator TmpFromDir = nullptr; in LookupFile()
1911 std::pair<ConstSearchDirIterator, const FileEntry *>
1916 ConstSearchDirIterator Lookup = CurDirLookup; in getIncludeNextStart()
2002 ConstSearchDirIterator *CurDir, StringRef &Filename, in LookupHeaderIncludeOrImport()
2005 bool &IsMapped, ConstSearchDirIterator LookupFrom, in LookupHeaderIncludeOrImport()
2110 SourceLocation EndLoc, ConstSearchDirIterator LookupFrom, in HandleHeaderIncludeOrImport()
2160 ConstSearchDirIterator CurDir = nullptr; in HandleHeaderIncludeOrImport()
[all …]
H A DHeaderSearch.cpp707 ConstSearchDirIterator HitIt, in cacheLookupSuccess()
838 ConstSearchDirIterator FromDir, ConstSearchDirIterator *CurDirArg, in LookupFile()
844 ConstSearchDirIterator CurDirLocal = nullptr; in LookupFile()
845 ConstSearchDirIterator &CurDir = CurDirArg ? *CurDirArg : CurDirLocal; in LookupFile()
968 ConstSearchDirIterator It = in LookupFile()
982 ConstSearchDirIterator NextIt = std::next(It); in LookupFile()
H A DPPLexerChange.cpp68 bool Preprocessor::EnterSourceFile(FileID FID, ConstSearchDirIterator CurDir, in EnterSourceFile()
113 ConstSearchDirIterator CurDir) { in EnterSourceFileWithLexer()
H A DPPMacroExpansion.cpp1168 ConstSearchDirIterator LookupFrom, in EvaluateHasIncludeCommon()
1258 ConstSearchDirIterator Lookup = nullptr; in EvaluateHasIncludeNext()