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.cpp6541 currentEvaluationContext().ReferenceToConsteval.erase(DRE); in ActOnCallExpr()
17720 ExprEvalContexts.back().ReferenceToConsteval.erase(DeclRef); in CheckForImmediateInvocation()
17909 } Transformer(SemaRef, Rec.ReferenceToConsteval, in RemoveNestedImmediateInvocation()
17935 Rec.ReferenceToConsteval.size() == 0) || in HandleImmediateInvocations()
17979 Rec.ReferenceToConsteval.size()) { in HandleImmediateInvocations()
17987 } Visitor(Rec.ReferenceToConsteval); in HandleImmediateInvocations()
17994 for (auto *DR : Rec.ReferenceToConsteval) { in HandleImmediateInvocations()
20258 ExprEvalContexts.back().ReferenceToConsteval.insert(E); in MarkDeclRefReferenced()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6760 llvm::SmallPtrSet<DeclRefExpr *, 4> ReferenceToConsteval; member