Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp80 NumEnteredSourceFiles = 0; in Preprocessor()
235 llvm::errs() << " " << NumEnteredSourceFiles << " source files entered.\n"; in PrintStats()
462 assert(NumEnteredSourceFiles == 0 && "Cannot reenter the main file!"); in EnterMainSourceFile()
DPPLexerChange.cpp74 ++NumEnteredSourceFiles; in EnterSourceFile()
/external/clang/include/clang/Lex/
DPreprocessor.h337 unsigned NumEnteredSourceFiles, MaxIncludeStackDepth; variable