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

/external/clang/include/clang/Frontend/
H A DChainedDiagnosticConsumer.h41 void EndSourceFile() override {
42 Secondary->EndSourceFile();
43 Primary->EndSourceFile();
H A DTextDiagnosticPrinter.h51 void EndSourceFile() override;
H A DLogDiagnosticPrinter.h72 void EndSourceFile() override;
H A DFrontendAction.h189 /// action may store and use this object up until the matching EndSourceFile
198 /// BeginSourceFile() and EndSourceFile().
201 /// be aborted and neither Execute() nor EndSourceFile() should be called.
209 void EndSourceFile();
H A DVerifyDiagnosticConsumer.h253 void EndSourceFile() override;
/external/clang/lib/Frontend/
H A DASTMerge.cpp74 CI.getDiagnostics().getClient()->EndSourceFile();
H A DFrontendAction.cpp389 // matching EndSourceFile().
399 CI.getDiagnosticClient().EndSourceFile();
427 void FrontendAction::EndSourceFile() { function in class:FrontendAction
431 CI.getDiagnosticClient().EndSourceFile();
456 CI.getPreprocessor().EndSourceFile();
H A DTextDiagnosticPrinter.cpp45 void TextDiagnosticPrinter::EndSourceFile() { function in class:TextDiagnosticPrinter
H A DLogDiagnosticPrinter.cpp75 void LogDiagnosticPrinter::EndSourceFile() { function in class:LogDiagnosticPrinter
76 // We emit all the diagnostics in EndSourceFile. However, we don't emit any
H A DChainedIncludesSource.cpp198 Clang->getDiagnosticClient().EndSourceFile();
H A DVerifyDiagnosticConsumer.cpp97 void VerifyDiagnosticConsumer::EndSourceFile() { function in class:VerifyDiagnosticConsumer
99 PrimaryClient->EndSourceFile();
H A DASTUnit.cpp237 getDiagnostics().getClient()->EndSourceFile();
1157 Act->EndSourceFile();
1618 Act->EndSourceFile();
1884 Act->EndSourceFile();
2471 Act->EndSourceFile();
H A DCompilerInstance.cpp811 Act.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();
282 DiagClient->EndSourceFile();
303 // BeginSourceFile() and EndSourceFile().
323 DiagClient->EndSourceFile();
558 DiagClient->EndSourceFile();
567 // BeginSourceFile() and EndSourceFile().
582 DiagClient->EndSourceFile();
[all...]
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp129 FixAction->EndSourceFile();
/external/lldb/source/Expression/
H A DClangExpressionParser.cpp404 diag_buf->EndSourceFile();
/external/clang/lib/Lex/
H A DPreprocessor.cpp493 void Preprocessor::EndSourceFile() { function in class:Preprocessor
/external/clang/include/clang/Basic/
H A DDiagnostic.h1313 /// in between BeginSourceFile() and EndSourceFile().
1326 virtual void EndSourceFile() {}
/external/clang/include/clang/Lex/
H A DPreprocessor.h710 void EndSourceFile();

Completed in 4188 milliseconds