Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18394 Sema &SemaRef, Sema::ImmediateInvocationCandidate Candidate) { in EvaluateAndDiagnoseImmediateInvocation()
18437 SmallVector<Sema::ImmediateInvocationCandidate, 4>::reverse_iterator It) { in RemoveNestedImmediateInvocation() argument
18441 SmallVector<Sema::ImmediateInvocationCandidate, 4> &IISet; in RemoveNestedImmediateInvocation()
18442 SmallVector<Sema::ImmediateInvocationCandidate, 4>::reverse_iterator in RemoveNestedImmediateInvocation()
18445 SmallVector<Sema::ImmediateInvocationCandidate, 4> &II, in RemoveNestedImmediateInvocation()
18446 SmallVector<Sema::ImmediateInvocationCandidate, in RemoveNestedImmediateInvocation()
18451 [E](Sema::ImmediateInvocationCandidate Elem) { in RemoveNestedImmediateInvocation()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1295 using ImmediateInvocationCandidate = llvm::PointerIntPair<ConstantExpr *, 1>; variable
1341 llvm::SmallVector<ImmediateInvocationCandidate, 4> ImmediateInvocationCandidates;