Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp16375 if (!MaybeODRUseExprs.empty()) in PushExpressionEvaluationContext()
16376 std::swap(MaybeODRUseExprs, ExprEvalContexts.back().SavedMaybeODRUseExprs); in PushExpressionEvaluationContext()
16683 std::swap(MaybeODRUseExprs, Rec.SavedMaybeODRUseExprs); in PopExpressionEvaluationContext()
16687 MaybeODRUseExprs.insert(Rec.SavedMaybeODRUseExprs.begin(), in PopExpressionEvaluationContext()
16703 MaybeODRUseExprs.clear(); in DiscardCleanupsInEvaluationContext()
18022 S.MaybeODRUseExprs.remove(E); in rebuildPotentialResultsAsNonOdrUsed()
18310 std::swap(LocalMaybeODRUseExprs, MaybeODRUseExprs); in CleanupVarDeclMarking()
18327 assert(MaybeODRUseExprs.empty() && in CleanupVarDeclMarking()
18462 SemaRef.MaybeODRUseExprs.insert(E); in DoMarkVarDeclReferenced()
H A DSemaDecl.cpp14757 assert(MaybeODRUseExprs.empty() && in ActOnFinishFunctionBody()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h776 MaybeODRUseExprSet MaybeODRUseExprs; variable