Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp224 NumEnteredSourceFiles = 0; in InitializeForModelFile()
236 NumEnteredSourceFiles = 1; in FinalizeForModelFile()
286 llvm::errs() << " " << NumEnteredSourceFiles << " source files entered.\n"; in PrintStats()
548 assert(NumEnteredSourceFiles == 0 && "Cannot reenter the main file!"); in EnterMainSourceFile()
H A DPPLexerChange.cpp72 ++NumEnteredSourceFiles; in EnterSourceFile()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h940 unsigned NumEnteredSourceFiles = 0; variable