Home | History | Annotate | Download | only in Core

Lines Matching defs:Macro

84     case PathDiagnosticPiece::Macro: {
85 PathDiagnosticMacroPiece *Macro = cast<PathDiagnosticMacroPiece>(Piece);
87 Macro->subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros);
91 Macro->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
93 Macro->subPieces = NewPath;
128 // If the call is within a macro, don't do anything (for now).
246 else if (const PathDiagnosticMacroPiece *macro =
248 WorkList.push_back(&macro->subPieces);
351 case clang::ento::PathDiagnosticPiece::Macro: