Searched refs:Destruct (Results 1 – 3 of 3) sorted by relevance
710 bool Destruct = in VisitCompoundLiteralExpr() local712 if (Destruct) in VisitCompoundLiteralExpr()717 if (Destruct) in VisitCompoundLiteralExpr()869 bool Destruct = in VisitCastExpr() local872 if (Destruct) in VisitCastExpr()877 if (Destruct) in VisitCastExpr()
23 /* Destruct a method */
7324 template <typename T, bool Destruct>7349 template <bool AllowManualDestruction = !Destruct>7358 … void destruct_on_exit(typename std::enable_if<Destruct, U>::type* = 0) { destruct<true>(); } in destruct_on_exit()7361 void destruct_on_exit(typename std::enable_if<!Destruct, U>::type* = 0) { } in destruct_on_exit()