Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp217 NumEnteredSourceFiles = 0; in InitializeForModelFile()
229 NumEnteredSourceFiles = 1; in FinalizeForModelFile()
279 llvm::errs() << " " << NumEnteredSourceFiles << " source files entered.\n"; in PrintStats()
547 assert(NumEnteredSourceFiles == 0 && "Cannot reenter the main file!"); in EnterMainSourceFile()
H A DPPLexerChange.cpp73 ++NumEnteredSourceFiles; in EnterSourceFile()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1074 unsigned NumEnteredSourceFiles = 0; variable