Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h74 BaseDtor, enumerator
472 : CFGImplicitDtor(BaseDtor, base) {} in CFGBaseDtor()
484 return E.getKind() == BaseDtor; in isKind()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSymbolManager.cpp110 case CFGElement::BaseDtor: in getStmt()
H A DExprEngine.cpp987 case CFGElement::BaseDtor: in processCFGElement()
1298 case CFGElement::BaseDtor: in ProcessImplicitDtor()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1897 if (CXXDestructorDecl *BaseDtor = BaseDecl->getDestructor()) in VisitCalledDestructors() local
1898 asImpl().visitUsedDecl(BaseDtor->getLocation(), BaseDtor); in VisitCalledDestructors()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DPathDiagnostic.cpp542 case CFGElement::BaseDtor: in getLocationForCaller()
H A DCFG.cpp5463 case CFGElement::BaseDtor: in getDestructorDecl()
6004 case CFGElement::Kind::BaseDtor: { in print_elem()