Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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
283 ConstSearchDirIterator StartIt = nullptr;
286 ConstSearchDirIterator HitIt = nullptr;
295 void reset(ConstSearchDirIterator NewStartIt) { in reset()
484 ConstSearchDirIterator FromDir, ConstSearchDirIterator *CurDir,
782 ConstSearchDirIterator HitIt,
815 ConstSearchDirIterator search_dir_begin() const { return quoted_dir_begin(); } in search_dir_begin()
816 ConstSearchDirIterator search_dir_nth(size_t n) const { in search_dir_nth()
[all …]
H A DPreprocessor.h743 ConstSearchDirIterator CurDirLookup = nullptr;
772 ConstSearchDirIterator TheDirLookup;
780 ConstSearchDirIterator TheDirLookup) in IncludeStackInfo()
1641 bool EnterSourceFile(FileID FID, ConstSearchDirIterator Dir,
2406 ConstSearchDirIterator FromDir, const FileEntry *FromFile,
2407 ConstSearchDirIterator *CurDir, SmallVectorImpl<char> *SearchPath,
2544 std::pair<ConstSearchDirIterator, const FileEntry *>
2594 void EnterSourceFileWithLexer(Lexer *TheLexer, ConstSearchDirIterator Dir);
2672 ConstSearchDirIterator *CurDir, StringRef &Filename,
2675 bool &IsMapped, ConstSearchDirIterator LookupFrom,
[all …]
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPPDirectives.cpp934 ConstSearchDirIterator FromDir, const FileEntry *FromFile, in LookupFile()
935 ConstSearchDirIterator *CurDirArg, SmallVectorImpl<char> *SearchPath, in LookupFile()
939 ConstSearchDirIterator CurDirLocal = nullptr; in LookupFile()
940 ConstSearchDirIterator &CurDir = CurDirArg ? *CurDirArg : CurDirLocal; in LookupFile()
995 ConstSearchDirIterator TmpCurDir = CurDir; in LookupFile()
996 ConstSearchDirIterator TmpFromDir = nullptr; in LookupFile()
1898 std::pair<ConstSearchDirIterator, const FileEntry *>
1903 ConstSearchDirIterator Lookup = CurDirLookup; in getIncludeNextStart()
1940 ConstSearchDirIterator LookupFrom, in HandleIncludeDirective()
1989 ConstSearchDirIterator *CurDir, StringRef &Filename, in LookupHeaderIncludeOrImport()
[all …]
H A DHeaderSearch.cpp729 ConstSearchDirIterator HitIt, in cacheLookupSuccess()
860 ConstSearchDirIterator FromDir, ConstSearchDirIterator *CurDirArg, in LookupFile()
866 ConstSearchDirIterator CurDirLocal = nullptr; in LookupFile()
867 ConstSearchDirIterator &CurDir = CurDirArg ? *CurDirArg : CurDirLocal; in LookupFile()
991 ConstSearchDirIterator It = in LookupFile()
1005 ConstSearchDirIterator NextIt = std::next(It); in LookupFile()
H A DPPLexerChange.cpp69 bool Preprocessor::EnterSourceFile(FileID FID, ConstSearchDirIterator CurDir, in EnterSourceFile()
114 ConstSearchDirIterator CurDir) { in EnterSourceFileWithLexer()
H A DPPMacroExpansion.cpp1183 ConstSearchDirIterator LookupFrom, in EvaluateHasIncludeCommon()
1273 ConstSearchDirIterator Lookup = nullptr; in EvaluateHasIncludeNext()