reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
903 while (DiagnosticLoc.isMacroID()) 904 DiagnosticLoc = SM.getImmediateMacroCallerLoc(DiagnosticLoc); 904 DiagnosticLoc = SM.getImmediateMacroCallerLoc(DiagnosticLoc); 906 if (SM.isWrittenInSameFile(DirectiveLoc, DiagnosticLoc)) 909 const FileEntry *DiagFile = SM.getFileEntryForID(SM.getFileID(DiagnosticLoc));