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

  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 77 void LogDiagnosticPrinter::EndSourceFile() {
78 // We emit all the diagnostics in EndSourceFile. However, we don't emit any
TextDiagnosticPrinter.cpp 45 void TextDiagnosticPrinter::EndSourceFile() {
FrontendAction.cpp 433 // matching EndSourceFile().
443 CI.getDiagnosticClient().EndSourceFile();
473 void FrontendAction::EndSourceFile() {
477 CI.getDiagnosticClient().EndSourceFile();
481 CI.getPreprocessor().EndSourceFile();
VerifyDiagnosticConsumer.cpp 94 void VerifyDiagnosticConsumer::EndSourceFile() {
96 PrimaryClient->EndSourceFile();
  /external/clang/lib/Lex/
Preprocessor.cpp 533 void Preprocessor::EndSourceFile() {
    [all...]

Completed in 170 milliseconds