Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h79 struct IncludeInfo { struct
84 llvm::StringMap<IncludeInfo> IncludeHistory; argument
193 const llvm::StringMap<IncludeInfo> &getIncludeHistory() const { in getIncludeHistory()
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPPLexerChange.cpp315 const PreprocessorLexer::IncludeInfo &Info = Include.getValue(); in ResolvePragmaIncludeInstead()