Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp17418 if (!MaybeODRUseExprs.empty()) in PushExpressionEvaluationContext()
17419 std::swap(MaybeODRUseExprs, ExprEvalContexts.back().SavedMaybeODRUseExprs); in PushExpressionEvaluationContext()
17736 std::swap(MaybeODRUseExprs, Rec.SavedMaybeODRUseExprs); in PopExpressionEvaluationContext()
17740 MaybeODRUseExprs.insert(Rec.SavedMaybeODRUseExprs.begin(), in PopExpressionEvaluationContext()
17756 MaybeODRUseExprs.clear(); in DiscardCleanupsInEvaluationContext()
19084 S.MaybeODRUseExprs.remove(E); in rebuildPotentialResultsAsNonOdrUsed()
19371 std::swap(LocalMaybeODRUseExprs, MaybeODRUseExprs); in CleanupVarDeclMarking()
19388 assert(MaybeODRUseExprs.empty() && in CleanupVarDeclMarking()
19528 SemaRef.MaybeODRUseExprs.insert(E); in DoMarkVarDeclReferenced()
H A DSemaDecl.cpp15375 assert(MaybeODRUseExprs.empty() && in ActOnFinishFunctionBody()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h790 MaybeODRUseExprSet MaybeODRUseExprs; variable