Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp17524 Sema &SemaRef, Sema::ImmediateInvocationCandidate Candidate) { in EvaluateAndDiagnoseImmediateInvocation()
17553 SmallVector<Sema::ImmediateInvocationCandidate, 4>::reverse_iterator It) { in RemoveNestedImmediateInvocation() argument
17557 SmallVector<Sema::ImmediateInvocationCandidate, 4> &IISet; in RemoveNestedImmediateInvocation()
17558 SmallVector<Sema::ImmediateInvocationCandidate, 4>::reverse_iterator in RemoveNestedImmediateInvocation()
17561 SmallVector<Sema::ImmediateInvocationCandidate, 4> &II, in RemoveNestedImmediateInvocation()
17562 SmallVector<Sema::ImmediateInvocationCandidate, in RemoveNestedImmediateInvocation()
17567 [E](Sema::ImmediateInvocationCandidate Elem) { in RemoveNestedImmediateInvocation()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h1267 using ImmediateInvocationCandidate = llvm::PointerIntPair<ConstantExpr *, 1>; variable
1313 llvm::SmallVector<ImmediateInvocationCandidate, 4> ImmediateInvocationCandidates;