Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp16348 Sema &SemaRef, Sema::ImmediateInvocationCandidate Candidate) { in EvaluateAndDiagnoseImmediateInvocation()
16377 SmallVector<Sema::ImmediateInvocationCandidate, 4>::reverse_iterator It) { in RemoveNestedImmediateInvocation() argument
16381 SmallVector<Sema::ImmediateInvocationCandidate, 4> &IISet; in RemoveNestedImmediateInvocation()
16382 SmallVector<Sema::ImmediateInvocationCandidate, 4>::reverse_iterator in RemoveNestedImmediateInvocation()
16385 SmallVector<Sema::ImmediateInvocationCandidate, 4> &II, in RemoveNestedImmediateInvocation()
16386 SmallVector<Sema::ImmediateInvocationCandidate, in RemoveNestedImmediateInvocation()
16391 [E](Sema::ImmediateInvocationCandidate Elem) { in RemoveNestedImmediateInvocation()
/external/llvm-project/clang/include/clang/Sema/
DSema.h1122 using ImmediateInvocationCandidate = llvm::PointerIntPair<ConstantExpr *, 1>; variable
1168 llvm::SmallVector<ImmediateInvocationCandidate, 4> ImmediateInvocationCandidates;