HomeSort by: relevance | last modified time | path
    Searched refs:FileChanged (Results 1 - 18 of 18) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
MacroPPCallbacks.h 97 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
MacroPPCallbacks.cpp 158 void MacroPPCallbacks::FileChanged(SourceLocation Loc, FileChangeReason Reason,
  /src/sys/external/bsd/acpica/dist/compiler/
aslparseop.c 173 Op->Asl.FileChanged = Child->Asl.FileChanged;
178 Child->Asl.FileChanged = FALSE;
734 Op->Asl.FileChanged = FALSE;
746 Op->Asl.FileChanged = TRUE;
763 if (Op->Asl.FileChanged)
cvcompiler.c 298 if (Op->Asl.FileChanged)
517 if (Op->Asl.FileChanged)
542 Op->Asl.FileChanged = FALSE;
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
HeaderIncludeGen.cpp 45 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
131 void HeaderIncludesCallback::FileChanged(SourceLocation Loc,
DependencyFile.cpp 40 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
77 // Files that actually exist are handled by FileChanged.
PrintPreprocessedOutput.cpp 125 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
256 /// FileChanged - Whenever the preprocessor enters or exits a #include file
259 void PrintPPOutputPPCallbacks::FileChanged(SourceLocation Loc,
758 // FIXME: We retrieve this token after the FileChanged callback, and
759 // retrieve the module_end token before the FileChanged callback, so
VerifyDiagnosticConsumer.cpp 67 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
PPCallbacks.h 47 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,
386 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
389 First->FileChanged(Loc, Reason, FileType, PrevFID);
390 Second->FileChanged(Loc, Reason, FileType, PrevFID);
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
ModuleDepCollector.h 122 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
InclusionRewriter.cpp 72 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
152 /// FileChanged - Whenever the preprocessor enters or exits a #include file
154 void InclusionRewriter::FileChanged(SourceLocation Loc,
186 /// FileChanged() or FileSkipped() is called after this (or neither is
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp 117 Callbacks->FileChanged(CurLexer->getFileLoc(),
470 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
PPDirectives.cpp 1247 Callbacks->FileChanged(CurPPLexer->getSourceLocation(),
1399 Callbacks->FileChanged(CurPPLexer->getSourceLocation(), Reason, FileKind);
Pragma.cpp 483 Callbacks->FileChanged(SysHeaderTok.getLocation(),
  /src/external/apache2/llvm/dist/clang/lib/Tooling/DependencyScanning/
ModuleDepCollector.cpp 102 void ModuleDepCollectorPP::FileChanged(SourceLocation Loc,
134 // here as `FileChanged` will never see it.
  /src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp 248 void FileChanged(SourceLocation Loc, FileChangeReason Reason,
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1060 BOOLEAN FileChanged;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 107 virtual void FileChanged(SourceLocation Loc, FileChangeReason Reason,

Completed in 77 milliseconds