Home
last modified time | relevance | path

Searched refs:EnterFile (Results 1 – 9 of 9) sorted by relevance

/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp125 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
161 if (ShowHeader && Reason == PPCallbacks::EnterFile && in FileChanged()
DDependencyFile.cpp43 if (Reason != PPCallbacks::EnterFile) in FileChanged()
275 if (Reason != PPCallbacks::EnterFile) in FileChanged()
DPrintPreprocessedOutput.cpp262 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
295 if (Reason == PPCallbacks::EnterFile && !IsFirstFileEntered) { in FileChanged()
301 case PPCallbacks::EnterFile: in FileChanged()
/external/clang/lib/Lex/
DPPLexerChange.cpp131 PPCallbacks::EnterFile, FileType); in EnterSourceFileWithLexer()
156 Callbacks->FileChanged(EnterLoc, PPCallbacks::EnterFile, FileType); in EnterSourceFileWithPTH()
DPPDirectives.cpp1343 Reason = PPCallbacks::EnterFile; in HandleDigitDirective()
/external/v8/tools/clang/translation_unit/
DTranslationUnitGenerator.cpp120 if (reason == clang::PPCallbacks::EnterFile) { in FileChanged()
/external/clang/include/clang/Lex/
DPPCallbacks.h43 EnterFile, ExitFile, SystemHeaderPragma, RenameFile enumerator
/external/clang/lib/Frontend/Rewrite/
DInclusionRewriter.cpp145 if (Reason != EnterFile) in FileChanged()
/external/clang/tools/libclang/
DIndexing.cpp242 if (Loc == MainFileLoc && Reason == PPCallbacks::EnterFile) { in FileChanged()