Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExpr.cpp16534 if (!MaybeODRUseExprs.empty()) in PushExpressionEvaluationContext()
16535 std::swap(MaybeODRUseExprs, ExprEvalContexts.back().SavedMaybeODRUseExprs); in PushExpressionEvaluationContext()
16854 std::swap(MaybeODRUseExprs, Rec.SavedMaybeODRUseExprs); in PopExpressionEvaluationContext()
16858 MaybeODRUseExprs.insert(Rec.SavedMaybeODRUseExprs.begin(), in PopExpressionEvaluationContext()
16874 MaybeODRUseExprs.clear(); in DiscardCleanupsInEvaluationContext()
18198 S.MaybeODRUseExprs.remove(E); in rebuildPotentialResultsAsNonOdrUsed()
18486 std::swap(LocalMaybeODRUseExprs, MaybeODRUseExprs); in CleanupVarDeclMarking()
18503 assert(MaybeODRUseExprs.empty() && in CleanupVarDeclMarking()
18643 SemaRef.MaybeODRUseExprs.insert(E); in DoMarkVarDeclReferenced()
DSemaDecl.cpp14813 assert(MaybeODRUseExprs.empty() && in ActOnFinishFunctionBody()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h779 MaybeODRUseExprSet MaybeODRUseExprs; variable