Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp2554 llvm::SmallVector<Expr*, 4> AlignedArgs; in resolveAllocationOverload() local
2562 AlignedArgs.reserve(Args.size() + 1); in resolveAllocationOverload()
2563 AlignedArgs.push_back(Args[0]); in resolveAllocationOverload()
2564 AlignedArgs.push_back(AlignArg); in resolveAllocationOverload()
2565 AlignedArgs.append(Args.begin() + 1, Args.end()); in resolveAllocationOverload()
2567 S, OCD_AllCandidates, AlignedArgs, R.getNameLoc(), IsAligned); in resolveAllocationOverload()
2579 AlignedCandidates->NoteCandidates(S, AlignedArgs, AlignedCands, "", in resolveAllocationOverload()
H A DSemaOpenMP.cpp6825 llvm::DenseMap<const Decl *, const Expr *> AlignedArgs; in ActOnOpenMPDeclareSimdDirective() local
6837 if (AlignedArgs.count(CanonPVD) > 0) { in ActOnOpenMPDeclareSimdDirective()
6841 Diag(AlignedArgs[CanonPVD]->getExprLoc(), in ActOnOpenMPDeclareSimdDirective()
6846 AlignedArgs[CanonPVD] = E; in ActOnOpenMPDeclareSimdDirective()