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 75 void LogDiagnosticPrinter::EndSourceFile() {
76 // We emit all the diagnostics in EndSourceFile. However, we don't emit any
TextDiagnosticPrinter.cpp 45 void TextDiagnosticPrinter::EndSourceFile() {
FrontendAction.cpp 389 // matching EndSourceFile().
399 CI.getDiagnosticClient().EndSourceFile();
427 void FrontendAction::EndSourceFile() {
431 CI.getDiagnosticClient().EndSourceFile();
456 CI.getPreprocessor().EndSourceFile();
VerifyDiagnosticConsumer.cpp 97 void VerifyDiagnosticConsumer::EndSourceFile() {
99 PrimaryClient->EndSourceFile();
  /external/clang/lib/Lex/
Preprocessor.cpp 493 void Preprocessor::EndSourceFile() {

Completed in 36 milliseconds