HomeSort by relevance Sort by last modified time
    Searched refs:flattenTo (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 422 void flattenTo(PathPieces &Primary, PathPieces &Current,
428 flattenTo(Result, Result, ShouldFlattenMacros);
  /external/clang/lib/StaticAnalyzer/Core/
PathDiagnostic.cpp 65 void PathPieces::flattenTo(PathPieces &Primary, PathPieces &Current,
77 Call->path.flattenTo(Primary, Primary, ShouldFlattenMacros);
87 Macro->subPieces.flattenTo(Primary, Primary, ShouldFlattenMacros);
91 Macro->subPieces.flattenTo(Primary, NewPath, ShouldFlattenMacros);
    [all...]

Completed in 40 milliseconds