Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp12828 if (!MaybeODRUseExprs.empty()) in PushExpressionEvaluationContext()
12829 std::swap(MaybeODRUseExprs, ExprEvalContexts.back().SavedMaybeODRUseExprs); in PushExpressionEvaluationContext()
12880 std::swap(MaybeODRUseExprs, Rec.SavedMaybeODRUseExprs); in PopExpressionEvaluationContext()
12884 MaybeODRUseExprs.insert(Rec.SavedMaybeODRUseExprs.begin(), in PopExpressionEvaluationContext()
12903 MaybeODRUseExprs.clear(); in DiscardCleanupsInEvaluationContext()
13803 MaybeODRUseExprs.erase(E->IgnoreParens()); in UpdateMarkingForLValueToRValue()
13837 for (Expr *E : MaybeODRUseExprs) { in CleanupVarDeclMarking()
13854 MaybeODRUseExprs.clear(); in CleanupVarDeclMarking()
13975 SemaRef.MaybeODRUseExprs.insert(E); in DoMarkVarDeclReferenced()
DSemaDecl.cpp11695 assert(MaybeODRUseExprs.empty() && in ActOnFinishFunctionBody()
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp16245 if (!MaybeODRUseExprs.empty()) in PushExpressionEvaluationContext()
16246 std::swap(MaybeODRUseExprs, ExprEvalContexts.back().SavedMaybeODRUseExprs); in PushExpressionEvaluationContext()
16553 std::swap(MaybeODRUseExprs, Rec.SavedMaybeODRUseExprs); in PopExpressionEvaluationContext()
16557 MaybeODRUseExprs.insert(Rec.SavedMaybeODRUseExprs.begin(), in PopExpressionEvaluationContext()
16573 MaybeODRUseExprs.clear(); in DiscardCleanupsInEvaluationContext()
17758 S.MaybeODRUseExprs.remove(E); in rebuildPotentialResultsAsNonOdrUsed()
18046 std::swap(LocalMaybeODRUseExprs, MaybeODRUseExprs); in CleanupVarDeclMarking()
18063 assert(MaybeODRUseExprs.empty() && in CleanupVarDeclMarking()
18216 SemaRef.MaybeODRUseExprs.insert(E); in DoMarkVarDeclReferenced()
DSemaDecl.cpp14626 assert(MaybeODRUseExprs.empty() && in ActOnFinishFunctionBody()
/external/clang/include/clang/Sema/
DSema.h458 llvm::SmallPtrSet<Expr*, 2> MaybeODRUseExprs; variable
/external/llvm-project/clang/include/clang/Sema/
DSema.h668 MaybeODRUseExprSet MaybeODRUseExprs; variable