Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp214 NumEnteredSourceFiles = 0; in InitializeForModelFile()
226 NumEnteredSourceFiles = 1; in FinalizeForModelFile()
274 llvm::errs() << " " << NumEnteredSourceFiles << " source files entered.\n"; in PrintStats()
534 assert(NumEnteredSourceFiles == 0 && "Cannot reenter the main file!"); in EnterMainSourceFile()
H A DPPLexerChange.cpp72 ++NumEnteredSourceFiles; in EnterSourceFile()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h806 unsigned NumEnteredSourceFiles = 0; variable