Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17195 if (!MaybeODRUseExprs.empty()) in PushExpressionEvaluationContext()
17196 std::swap(MaybeODRUseExprs, ExprEvalContexts.back().SavedMaybeODRUseExprs); in PushExpressionEvaluationContext()
17655 std::swap(MaybeODRUseExprs, Rec.SavedMaybeODRUseExprs); in PopExpressionEvaluationContext()
17659 MaybeODRUseExprs.insert(Rec.SavedMaybeODRUseExprs.begin(), in PopExpressionEvaluationContext()
17675 MaybeODRUseExprs.clear(); in DiscardCleanupsInEvaluationContext()
19115 S.MaybeODRUseExprs.remove(E); in rebuildPotentialResultsAsNonOdrUsed()
19407 std::swap(LocalMaybeODRUseExprs, MaybeODRUseExprs); in CleanupVarDeclMarking()
19424 assert(MaybeODRUseExprs.empty() && in CleanupVarDeclMarking()
19616 SemaRef.MaybeODRUseExprs.insert(E); in DoMarkVarDeclReferenced()
H A DSemaDecl.cpp16195 assert(MaybeODRUseExprs.empty() && in ActOnFinishFunctionBody()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6281 MaybeODRUseExprSet MaybeODRUseExprs; variable