Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DState.h36 AK_Destroy, enumerator
/external/llvm-project/clang/lib/AST/
DExprConstant.cpp1462 case AK_Destroy: in isModification()
1474 return isAnyAccess(AK) && AK != AK_Construct && AK != AK_Destroy; in isFormalAccess()
1489 case AK_Destroy: in isValidIndeterminateAccess()
5553 isa<CXXDestructorDecl>(NamedMember) ? AK_Destroy : AK_MemberCall, false); in checkNonVirtualMemberCallThisPointer()
5633 isa<CXXDestructorDecl>(Found) ? AK_Destroy : AK_MemberCall); in HandleVirtualDispatch()
6540 CompleteObject Obj = findCompleteObject(Info, E, AK_Destroy, This, ThisType); in HandleDestruction()
6541 DestroyObjectHandler Handler = {Info, E, This, AK_Destroy}; in HandleDestruction()