Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorLexer.h84 llvm::StringMap<IncludeInfo> IncludeHistory; variable
190 IncludeHistory.insert({Filename, {&File, Location}}); in addInclude()
194 return IncludeHistory; in getIncludeHistory()