Home
last modified time | relevance | path

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

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