Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2428 SourceRange AllocationParameterRange = Range; in BuildCXXNew() local
2430 AllocationParameterRange = SourceRange(PlacementLParen, PlacementRParen); in BuildCXXNew()
2433 FindAllocationFunctions(StartLoc, AllocationParameterRange, Scope, Scope, in BuildCXXNew()
2463 if (GatherArgumentsForCall(AllocationParameterRange.getBegin(), OperatorNew, in BuildCXXNew()