Home
last modified time | relevance | path

Searched refs:getIncludeHistory (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h193 const llvm::StringMap<IncludeInfo> &getIncludeHistory() const { in getIncludeHistory() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp313 for (const auto &Include : CurLexer->getIncludeHistory()) { in ResolvePragmaIncludeInstead()