Home
last modified time | relevance | path

Searched refs:BaseDtor (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Analysis/
H A DCFG.h74 BaseDtor, enumerator
444 : CFGImplicitDtor(BaseDtor, base) {} in CFGBaseDtor()
456 return E.getKind() == BaseDtor; in isKind()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DPathDiagnostic.cpp549 case CFGElement::BaseDtor: in getLocationForCaller()
H A DCFG.cpp5277 case CFGElement::BaseDtor: in getDestructorDecl()
5809 case CFGElement::Kind::BaseDtor: { in print_elem()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp817 case CFGElement::BaseDtor: in processCFGElement()
1081 case CFGElement::BaseDtor: in ProcessImplicitDtor()