Home
last modified time | relevance | path

Searched defs:EvaluatingDestructorRAII (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp914 struct EvaluatingDestructorRAII { struct in __anonfb577fba0411::EvalInfo
915 EvalInfo &EI;
916 ObjectUnderConstruction Object;
917 bool DidInsert;
918 EvaluatingDestructorRAII(EvalInfo &EI, ObjectUnderConstruction Object) in EvaluatingDestructorRAII() function
924 void startedDestroyingBases() { in startedDestroyingBases()
928 ~EvaluatingDestructorRAII() { in ~EvaluatingDestructorRAII()