Searched refs:flattenTo (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | PathDiagnostic.cpp | 82 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, in flattenTo() function in PathPieces 90 Call.path.flattenTo(Primary, Primary, ShouldFlattenMacros); in flattenTo() 98 Macro.subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros); in flattenTo() 102 Macro.subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros); in flattenTo()
|
| /llvm-project-15.0.7/clang/include/clang/Analysis/ |
| H A D | PathDiagnostic.h | 495 void flattenTo(PathPieces &Primary, PathPieces &Current, 501 flattenTo(Result, Result, ShouldFlattenMacros); in flatten()
|