HomeSort by relevance Sort by last modified time
    Searched refs:EnterFile (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 91 if (Reason == PPCallbacks::EnterFile) {
114 if (ShowHeader && Reason == PPCallbacks::EnterFile) {
DependencyFile.cpp 42 if (Reason != PPCallbacks::EnterFile)
243 if (Reason != PPCallbacks::EnterFile)
PrintPreprocessedOutput.cpp 263 if (Reason == PPCallbacks::EnterFile) {
296 if (Reason == PPCallbacks::EnterFile && !IsFirstFileEntered) {
302 case PPCallbacks::EnterFile:
  /external/clang/lib/Lex/
PPLexerChange.cpp 130 PPCallbacks::EnterFile, FileType);
155 Callbacks->FileChanged(EnterLoc, PPCallbacks::EnterFile, FileType);
PPDirectives.cpp     [all...]
  /external/clang/include/clang/Lex/
PPCallbacks.h 42 EnterFile, ExitFile, SystemHeaderPragma, RenameFile
  /external/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 144 if (Reason != EnterFile)
  /external/clang/tools/libclang/
Indexing.cpp 264 if (Loc == MainFileLoc && Reason == PPCallbacks::EnterFile) {
    [all...]

Completed in 691 milliseconds