Searched refs:flattenTo (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | PathDiagnostic.cpp | 67 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current, in flattenTo() function in PathPieces 79 Call->path.flattenTo(Primary, Primary, ShouldFlattenMacros); in flattenTo() 89 Macro->subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros); in flattenTo() 93 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, 429 flattenTo(Result, Result, ShouldFlattenMacros); in flatten()
|