class PathPieces
Declaration
class PathPieces : public std::list { /* full declaration omitted */ };
Declared at: clang/include/clang/Analysis/PathDiagnostic.h:494
Inherits from: std::list
Method Overview
- public void dump() const
- public clang::ento::PathPieces flatten(bool ShouldFlattenMacros) const
- private void flattenTo(clang::ento::PathPieces & Primary, clang::ento::PathPieces & Current, bool ShouldFlattenMacros) const
Methods
¶void dump() const
void dump() const
Declared at: clang/include/clang/Analysis/PathDiagnostic.h:505
¶clang::ento::PathPieces flatten(
bool ShouldFlattenMacros) const
clang::ento::PathPieces flatten(
bool ShouldFlattenMacros) const
Declared at: clang/include/clang/Analysis/PathDiagnostic.h:499
Parameters
- bool ShouldFlattenMacros
¶void flattenTo(clang::ento::PathPieces& Primary,
clang::ento::PathPieces& Current,
bool ShouldFlattenMacros) const
void flattenTo(clang::ento::PathPieces& Primary,
clang::ento::PathPieces& Current,
bool ShouldFlattenMacros) const
Declared at: clang/include/clang/Analysis/PathDiagnostic.h:495
Parameters
- clang::ento::PathPieces& Primary
- clang::ento::PathPieces& Current
- bool ShouldFlattenMacros