Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DHeaderIncludeGen.cpp127 if (Reason == PPCallbacks::EnterFile) { in FileChanged()
150 if (ShowHeader && 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()
DDependencyFile.cpp43 if (Reason != PPCallbacks::EnterFile) in FileChanged()
275 if (Reason != 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.cpp1200 Reason = PPCallbacks::EnterFile; in HandleDigitDirective()
/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.cpp264 if (Loc == MainFileLoc && Reason == PPCallbacks::EnterFile) { in FileChanged()