Home
last modified time | relevance | path

Searched refs:subPieces (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp92 Macro.subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros); in flattenTo()
96 Macro.subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros); in flattenTo()
98 Macro.subPieces = NewPath; in flattenTo()
195 WorkList.push_back(&macro->subPieces); in HandlePathDiagnostic()
245 return comparePath(X.subPieces, Y.subPieces); in compareMacro()
1124 for (const auto &I : subPieces) in Profile()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp401 removeRedundantMsgs(cast<PathDiagnosticMacroPiece>(*piece).subPieces); in removeRedundantMsgs()
461 if (!removeUnneededCalls(C, macro.subPieces, R, IsInteresting)) in removeUnneededCalls()
545 removeEdgesToDefaultInitializers(M->subPieces); in removeEdgesToDefaultInitializers()
579 removePiecesWithInvalidLocations(M->subPieces); in removePiecesWithInvalidLocations()
2731 MacroStack.back().first->subPieces.push_back(piece); in CompactMacroExpandedPieces()
2764 MacroGroup->subPieces.push_back(NewGroup); in CompactMacroExpandedPieces()
2775 MacroGroup->subPieces.push_back(piece); in CompactMacroExpandedPieces()
H A DHTMLDiagnostics.cpp1124 for (const auto &subPiece : P.subPieces) { in ProcessMacroPiece()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h708 PathPieces subPieces; variable
712 for (const auto &I : subPieces) in flattenLocations()