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

  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 41 virtual void EndSourceFile() {
42 Secondary->EndSourceFile();
43 Primary->EndSourceFile();
  /external/clang/lib/Frontend/
LogDiagnosticPrinter.cpp 56 void LogDiagnosticPrinter::EndSourceFile() {
57 // We emit all the diagnostics in EndSourceFile. However, we don't emit any
TextDiagnosticPrinter.cpp 44 void TextDiagnosticPrinter::EndSourceFile() {
FrontendAction.cpp 303 // matching EndSourceFile().
312 CI.getDiagnosticClient().EndSourceFile();
338 void FrontendAction::EndSourceFile() {
342 CI.getDiagnosticClient().EndSourceFile();
367 CI.getPreprocessor().EndSourceFile();
VerifyDiagnosticConsumer.cpp 52 void VerifyDiagnosticConsumer::EndSourceFile() {
55 PrimaryClient->EndSourceFile();
  /external/clang/lib/Lex/
Preprocessor.cpp 436 void Preprocessor::EndSourceFile() {

Completed in 803 milliseconds