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

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 41 virtual void EndSourceFile() {
42 Secondary->EndSourceFile();
43 Primary->EndSourceFile();
TextDiagnosticPrinter.h 51 void EndSourceFile();
LogDiagnosticPrinter.h 69 void EndSourceFile();
FrontendAction.h 182 /// action may store and use this object up until the matching EndSourceFile
191 /// BeginSourceFile() and EndSourceFile().
194 /// be aborted and neither Execute() nor EndSourceFile() should be called.
202 void EndSourceFile();
VerifyDiagnosticConsumer.h 237 virtual void EndSourceFile();
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 109 // The corresponding EndSourceFile call will be made from an
118 // Call EndSourceFile on DiagClient on completion of capture to
122 DiagClient.EndSourceFile();
232 printer.EndSourceFile();
288 DiagClient->EndSourceFile();
309 // BeginSourceFile() and EndSourceFile().
327 DiagClient->EndSourceFile();
606 DiagClient->EndSourceFile();
615 // BeginSourceFile() and EndSourceFile().
630 DiagClient->EndSourceFile();
    [all...]
  /external/clang/lib/Frontend/
ASTMerge.cpp 75 CI.getDiagnostics().getClient()->EndSourceFile();
FrontendAction.cpp 347 // matching EndSourceFile().
357 CI.getDiagnosticClient().EndSourceFile();
392 void FrontendAction::EndSourceFile() {
396 CI.getDiagnosticClient().EndSourceFile();
421 CI.getPreprocessor().EndSourceFile();
TextDiagnosticPrinter.cpp 45 void TextDiagnosticPrinter::EndSourceFile() {
VerifyDiagnosticConsumer.cpp 96 void VerifyDiagnosticConsumer::EndSourceFile() {
98 PrimaryClient->EndSourceFile();
ChainedIncludesSource.cpp 155 Clang->getDiagnosticClient().EndSourceFile();
ASTUnit.cpp     [all...]
CompilerInstance.cpp 688 Act.EndSourceFile();
    [all...]
  /frameworks/compile/slang/
slang.cpp 417 mPP->EndSourceFile();
449 mDiagClient->EndSourceFile();
  /external/clang/lib/Rewrite/Frontend/
FrontendActions.cpp 131 FixAction->EndSourceFile();
  /external/clang/lib/Lex/
Preprocessor.cpp 493 void Preprocessor::EndSourceFile() {
ModuleMap.cpp     [all...]
  /external/clang/include/clang/Basic/
Diagnostic.h     [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 660 /// EndSourceFile - Inform the preprocessor callbacks that processing is
662 void EndSourceFile();
    [all...]

Completed in 2313 milliseconds