Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp17800 Sema &SemaRef, Sema::ImmediateInvocationCandidate Candidate) { in EvaluateAndDiagnoseImmediateInvocation()
17836 SmallVector<Sema::ImmediateInvocationCandidate, 4>::reverse_iterator It) { in RemoveNestedImmediateInvocation() argument
17840 SmallVector<Sema::ImmediateInvocationCandidate, 4> &IISet; in RemoveNestedImmediateInvocation()
17841 SmallVector<Sema::ImmediateInvocationCandidate, 4>::reverse_iterator in RemoveNestedImmediateInvocation()
17844 SmallVector<Sema::ImmediateInvocationCandidate, 4> &II, in RemoveNestedImmediateInvocation()
17845 SmallVector<Sema::ImmediateInvocationCandidate, in RemoveNestedImmediateInvocation()
17850 [E](Sema::ImmediateInvocationCandidate Elem) { in RemoveNestedImmediateInvocation()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1268 using ImmediateInvocationCandidate = llvm::PointerIntPair<ConstantExpr *, 1>; variable
1314 llvm::SmallVector<ImmediateInvocationCandidate, 4> ImmediateInvocationCandidates;