Home
last modified time | relevance | path

Searched refs:ReferenceToConsteval (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp6401 currentEvaluationContext().ReferenceToConsteval.erase(DRE); in ActOnCallExpr()
17302 ExprEvalContexts.back().ReferenceToConsteval.erase(DeclRef); in CheckForImmediateInvocation()
17480 } Transformer(SemaRef, Rec.ReferenceToConsteval, in RemoveNestedImmediateInvocation()
17506 Rec.ReferenceToConsteval.size() == 0) || in HandleImmediateInvocations()
17531 Rec.ReferenceToConsteval.size()) { in HandleImmediateInvocations()
17539 } Visitor(Rec.ReferenceToConsteval); in HandleImmediateInvocations()
17546 for (auto *DR : Rec.ReferenceToConsteval) { in HandleImmediateInvocations()
19767 ExprEvalContexts.back().ReferenceToConsteval.insert(E); in MarkDeclRefReferenced()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6334 llvm::SmallPtrSet<DeclRefExpr *, 4> ReferenceToConsteval; member