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

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 41 virtual void EndSourceFile() {
42 Secondary->EndSourceFile();
43 Primary->EndSourceFile();
VerifyDiagnosticConsumer.h 87 virtual void EndSourceFile();
TextDiagnosticPrinter.h 52 void EndSourceFile();
LogDiagnosticPrinter.h 69 void EndSourceFile();
FrontendAction.h 175 /// action may store and use this object up until the matching EndSourceFile
184 /// BeginSourceFile() and \see EndSourceFile().
187 /// be aborted and neither Execute nor EndSourceFile should be called.
193 /// EndSourceFile - Perform any per-file post processing, deallocate per-file
195 void EndSourceFile();
  /external/clang/lib/Frontend/
ASTMerge.cpp 74 CI.getDiagnostics().getClient()->EndSourceFile();
FrontendAction.cpp 303 // matching EndSourceFile().
312 CI.getDiagnosticClient().EndSourceFile();
338 void FrontendAction::EndSourceFile() {
342 CI.getDiagnosticClient().EndSourceFile();
367 CI.getPreprocessor().EndSourceFile();
TextDiagnosticPrinter.cpp 44 void TextDiagnosticPrinter::EndSourceFile() {
VerifyDiagnosticConsumer.cpp 52 void VerifyDiagnosticConsumer::EndSourceFile() {
55 PrimaryClient->EndSourceFile();
ChainedIncludesSource.cpp 149 Clang->getDiagnosticClient().EndSourceFile();
ASTUnit.cpp     [all...]
CompilerInstance.cpp 677 Act.EndSourceFile();
    [all...]
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 216 printer.EndSourceFile();
269 DiagClient->EndSourceFile();
289 // BeginSourceFile() and EndSourceFile().
306 DiagClient->EndSourceFile();
578 DiagClient->EndSourceFile();
586 // BeginSourceFile() and EndSourceFile().
601 DiagClient->EndSourceFile();
  /external/clang/lib/Rewrite/
FrontendActions.cpp 131 FixAction->EndSourceFile();
  /frameworks/compile/slang/
slang.cpp 408 mPP->EndSourceFile();
440 mDiagClient->EndSourceFile();
  /gdk/sources/llvm-ndk-cc/
Compiler.cpp 299 mpDiagClient->EndSourceFile();
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 529 /// EndSourceFile - Inform the preprocessor callbacks that processing is
531 void EndSourceFile();
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 436 void Preprocessor::EndSourceFile() {
ModuleMap.cpp     [all...]

Completed in 387 milliseconds