Searched defs:PassAlignment (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1379 bool PassAlignment = S.getLangOpts().CoroAlignedAllocation; makeNewAndDeleteExpr() local
|
H A D | SemaExprCXX.cpp | 2315 bool PassAlignment = getLangOpts().AlignedAllocation && BuildCXXNew() local 2556 resolveAllocationOverload(Sema & S,LookupResult & R,SourceRange Range,SmallVectorImpl<Expr * > & Args,bool & PassAlignment,FunctionDecl * & Operator,OverloadCandidateSet * AlignedCandidates,Expr * AlignArg,bool Diagnose) resolveAllocationOverload() argument 2700 FindAllocationFunctions(SourceLocation StartLoc,SourceRange Range,AllocationFunctionScope NewScope,AllocationFunctionScope DeleteScope,QualType AllocType,bool IsArray,bool & PassAlignment,MultiExprArg PlaceArgs,FunctionDecl * & OperatorNew,FunctionDecl * & OperatorDelete,bool Diagnose) FindAllocationFunctions() argument [all...] |