HomeSort by: relevance | last modified time | path
    Searched refs:AK_Destroy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
State.h 36 AK_Destroy,
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 1468 case AK_Destroy:
1480 return isAnyAccess(AK) && AK != AK_Construct && AK != AK_Destroy;
1495 case AK_Destroy:
5561 isa<CXXDestructorDecl>(NamedMember) ? AK_Destroy : AK_MemberCall, false);
5641 isa<CXXDestructorDecl>(Found) ? AK_Destroy : AK_MemberCall);
6548 CompleteObject Obj = findCompleteObject(Info, E, AK_Destroy, This, ThisType);
6549 DestroyObjectHandler Handler = {Info, E, This, AK_Destroy};

Completed in 34 milliseconds