Home
last modified time | relevance | path

Searched refs:flattenTo (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp76 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 DPathDiagnostic.h495 void flattenTo(PathPieces &Primary, PathPieces &Current,
501 flattenTo(Result, Result, ShouldFlattenMacros); in flatten()