Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2557 OverloadCandidateSet *AlignedCandidates, Expr *AlignArg, bool Diagnose) { in resolveAllocationOverload() argument
2646 if (AlignedCandidates) { in resolveAllocationOverload()
2657 AlignedCands = AlignedCandidates->CompleteCandidates( in resolveAllocationOverload()
2669 if (AlignedCandidates) in resolveAllocationOverload()
2670 AlignedCandidates->NoteCandidates(S, AlignedArgs, AlignedCands, "", in resolveAllocationOverload()