Home
last modified time | relevance | path

Searched refs:MaybeODRUseExprs (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp12063 if (!MaybeODRUseExprs.empty()) in PushExpressionEvaluationContext()
12064 std::swap(MaybeODRUseExprs, ExprEvalContexts.back().SavedMaybeODRUseExprs); in PushExpressionEvaluationContext()
12115 std::swap(MaybeODRUseExprs, Rec.SavedMaybeODRUseExprs); in PopExpressionEvaluationContext()
12119 MaybeODRUseExprs.insert(Rec.SavedMaybeODRUseExprs.begin(), in PopExpressionEvaluationContext()
12138 MaybeODRUseExprs.clear(); in DiscardCleanupsInEvaluationContext()
13121 MaybeODRUseExprs.erase(E->IgnoreParens()); in UpdateMarkingForLValueToRValue()
13155 for (llvm::SmallPtrSetIterator<Expr*> i = MaybeODRUseExprs.begin(), in CleanupVarDeclMarking()
13156 e = MaybeODRUseExprs.end(); in CleanupVarDeclMarking()
13174 MaybeODRUseExprs.clear(); in CleanupVarDeclMarking()
13288 SemaRef.MaybeODRUseExprs.insert(E); in DoMarkVarDeclReferenced()
HDSemaDecl.cpp10980 assert(MaybeODRUseExprs.empty() && in ActOnFinishFunctionBody()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h426 llvm::SmallPtrSet<Expr*, 2> MaybeODRUseExprs; variable