HomeSort by: relevance | last modified time | path
    Searched defs:EndSourceFile (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 76 void LogDiagnosticPrinter::EndSourceFile() {
77 // We emit all the diagnostics in EndSourceFile. However, we don't emit any
TextDiagnosticPrinter.cpp 42 void TextDiagnosticPrinter::EndSourceFile() {
FrontendAction.cpp 933 // matching EndSourceFile().
936 CI.getDiagnosticClient().EndSourceFile();
973 void FrontendAction::EndSourceFile() {
977 CI.getDiagnosticClient().EndSourceFile();
981 CI.getPreprocessor().EndSourceFile();
1092 void WrapperFrontendAction::EndSourceFile() { WrappedAction->EndSourceFile(); }
VerifyDiagnosticConsumer.cpp 702 void VerifyDiagnosticConsumer::EndSourceFile() {
704 PrimaryClient->EndSourceFile();
  /src/external/apache2/llvm/dist/clang/lib/Lex/
Preprocessor.cpp 683 void Preprocessor::EndSourceFile() {

Completed in 27 milliseconds