Searched refs:flattenTo (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | PathDiagnostic.cpp | 94 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, in flattenTo() function in PathPieces 102 Call.path.flattenTo(Primary, Primary, ShouldFlattenMacros); in flattenTo() 110 Macro.subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros); in flattenTo() 114 Macro.subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros); in flattenTo()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
| H A D | PathDiagnostic.h | 449 void flattenTo(PathPieces &Primary, PathPieces &Current, 455 flattenTo(Result, Result, ShouldFlattenMacros); in flatten()
|