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