Searched refs:EndSourceFile (Results 1 - 18 of 18) sorted by relevance

/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h41 virtual void EndSourceFile() { function in class:clang::ChainedDiagnosticConsumer
42 Secondary->EndSourceFile();
43 Primary->EndSourceFile();
H A DTextDiagnosticPrinter.h51 void EndSourceFile();
H A DLogDiagnosticPrinter.h69 void EndSourceFile();
H A DVerifyDiagnosticConsumer.h249 virtual void EndSourceFile();
H A DFrontendAction.h190 /// action may store and use this object up until the matching EndSourceFile
199 /// BeginSourceFile() and EndSourceFile().
202 /// be aborted and neither Execute() nor EndSourceFile() should be called.
210 void EndSourceFile();
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp109 // The corresponding EndSourceFile call will be made from an
118 // Call EndSourceFile on DiagClient on completion of capture to
122 DiagClient.EndSourceFile();
226 printer.EndSourceFile();
284 DiagClient->EndSourceFile();
305 // BeginSourceFile() and EndSourceFile().
323 DiagClient->EndSourceFile();
614 DiagClient->EndSourceFile();
623 // BeginSourceFile() and EndSourceFile().
638 DiagClient->EndSourceFile();
[all...]
/external/clang/lib/Frontend/
H A DASTMerge.cpp76 CI.getDiagnostics().getClient()->EndSourceFile();
H A DFrontendAction.cpp347 // matching EndSourceFile().
357 CI.getDiagnosticClient().EndSourceFile();
392 void FrontendAction::EndSourceFile() { function in class:FrontendAction
396 CI.getDiagnosticClient().EndSourceFile();
421 CI.getPreprocessor().EndSourceFile();
H A DTextDiagnosticPrinter.cpp45 void TextDiagnosticPrinter::EndSourceFile() { function in class:TextDiagnosticPrinter
H A DChainedIncludesSource.cpp155 Clang->getDiagnosticClient().EndSourceFile();
H A DVerifyDiagnosticConsumer.cpp96 void VerifyDiagnosticConsumer::EndSourceFile() { function in class:VerifyDiagnosticConsumer
98 PrimaryClient->EndSourceFile();
H A DASTUnit.cpp242 getDiagnostics().getClient()->EndSourceFile();
1219 Act->EndSourceFile();
1631 Act->EndSourceFile();
1899 Act->EndSourceFile();
2515 Act->EndSourceFile();
H A DCompilerInstance.cpp702 Act.EndSourceFile();
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp129 FixAction->EndSourceFile();
/external/clang/lib/Lex/
H A DPreprocessor.cpp495 void Preprocessor::EndSourceFile() { function in class:Preprocessor
H A DModuleMap.cpp1977 Diags->getClient()->EndSourceFile();
/external/clang/include/clang/Basic/
H A DDiagnostic.h1277 /// in between BeginSourceFile() and EndSourceFile().
1290 virtual void EndSourceFile() {}
/external/clang/include/clang/Lex/
H A DPreprocessor.h654 /// EndSourceFile - Inform the preprocessor callbacks that processing is
656 void EndSourceFile();

Completed in 282 milliseconds