Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/Sema/
H A DSema.h6280 using ImmediateInvocationCandidate = llvm::PointerIntPair<ConstantExpr *, 1>; global() variable
/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp17337 RemoveNestedImmediateInvocation(Sema & SemaRef,Sema::ExpressionEvaluationContextRecord & Rec,SmallVector<Sema::ImmediateInvocationCandidate,4>::reverse_iterator It) RemoveNestedImmediateInvocation() argument