Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16637 Sema &SemaRef, Sema::ImmediateInvocationCandidate Candidate) { in EvaluateAndDiagnoseImmediateInvocation()
16666 SmallVector<Sema::ImmediateInvocationCandidate, 4>::reverse_iterator It) { in RemoveNestedImmediateInvocation() argument
16670 SmallVector<Sema::ImmediateInvocationCandidate, 4> &IISet; in RemoveNestedImmediateInvocation()
16671 SmallVector<Sema::ImmediateInvocationCandidate, 4>::reverse_iterator in RemoveNestedImmediateInvocation()
16674 SmallVector<Sema::ImmediateInvocationCandidate, 4> &II, in RemoveNestedImmediateInvocation()
16675 SmallVector<Sema::ImmediateInvocationCandidate, in RemoveNestedImmediateInvocation()
16680 [E](Sema::ImmediateInvocationCandidate Elem) { in RemoveNestedImmediateInvocation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1237 using ImmediateInvocationCandidate = llvm::PointerIntPair<ConstantExpr *, 1>; variable
1283 llvm::SmallVector<ImmediateInvocationCandidate, 4> ImmediateInvocationCandidates;