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.cpp221 NumEnteredSourceFiles = 0; in InitializeForModelFile()
233 NumEnteredSourceFiles = 1; in FinalizeForModelFile()
283 llvm::errs() << " " << NumEnteredSourceFiles << " source files entered.\n"; in PrintStats()
551 assert(NumEnteredSourceFiles == 0 && "Cannot reenter the main file!"); in EnterMainSourceFile()
H A DPPLexerChange.cpp73 ++NumEnteredSourceFiles; in EnterSourceFile()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1094 unsigned NumEnteredSourceFiles = 0; variable