Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18220 if (!MaybeODRUseExprs.empty()) in PushExpressionEvaluationContext()
18221 std::swap(MaybeODRUseExprs, ExprEvalContexts.back().SavedMaybeODRUseExprs); in PushExpressionEvaluationContext()
18674 std::swap(MaybeODRUseExprs, Rec.SavedMaybeODRUseExprs); in PopExpressionEvaluationContext()
18678 MaybeODRUseExprs.insert(Rec.SavedMaybeODRUseExprs.begin(), in PopExpressionEvaluationContext()
18694 MaybeODRUseExprs.clear(); in DiscardCleanupsInEvaluationContext()
20119 S.MaybeODRUseExprs.remove(E); in rebuildPotentialResultsAsNonOdrUsed()
20412 std::swap(LocalMaybeODRUseExprs, MaybeODRUseExprs); in CleanupVarDeclMarking()
20429 assert(MaybeODRUseExprs.empty() && in CleanupVarDeclMarking()
20621 SemaRef.MaybeODRUseExprs.insert(E); in DoMarkVarDeclReferenced()
H A DSemaDecl.cpp16400 assert(MaybeODRUseExprs.empty() && in ActOnFinishFunctionBody()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h817 MaybeODRUseExprSet MaybeODRUseExprs; variable