Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp11957 if (!MaybeODRUseExprs.empty()) in PushExpressionEvaluationContext()
11958 std::swap(MaybeODRUseExprs, ExprEvalContexts.back().SavedMaybeODRUseExprs); in PushExpressionEvaluationContext()
12009 std::swap(MaybeODRUseExprs, Rec.SavedMaybeODRUseExprs); in PopExpressionEvaluationContext()
12013 MaybeODRUseExprs.insert(Rec.SavedMaybeODRUseExprs.begin(), in PopExpressionEvaluationContext()
12032 MaybeODRUseExprs.clear(); in DiscardCleanupsInEvaluationContext()
13104 MaybeODRUseExprs.erase(E->IgnoreParens()); in UpdateMarkingForLValueToRValue()
13138 for (llvm::SmallPtrSetIterator<Expr*> i = MaybeODRUseExprs.begin(), in CleanupVarDeclMarking()
13139 e = MaybeODRUseExprs.end(); in CleanupVarDeclMarking()
13157 MaybeODRUseExprs.clear(); in CleanupVarDeclMarking()
13271 SemaRef.MaybeODRUseExprs.insert(E); in DoMarkVarDeclReferenced()
DSemaDecl.cpp10779 assert(MaybeODRUseExprs.empty() && in ActOnFinishFunctionBody()
/external/clang/include/clang/Sema/
DSema.h374 llvm::SmallPtrSet<Expr*, 2> MaybeODRUseExprs; variable