Searched refs:flattenTo (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 65 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, in flattenTo() function in PathPieces 77 Call->path.flattenTo(Primary, Primary, ShouldFlattenMacros); in flattenTo() 87 Macro->subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros); in flattenTo() 91 Macro->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros); in flattenTo()
|
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/ |
D | PathDiagnostic.h | 422 void flattenTo(PathPieces &Primary, PathPieces &Current, 428 flattenTo(Result, Result, ShouldFlattenMacros); in flatten()
|