Searched defs:FindAllocationOverload (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExprCXX.cpp1536 if (FindAllocationOverload(StartLoc, Range, NewName, &AllocArgs[0],
1545 if (FindAllocationOverload(StartLoc, Range, NewName, &AllocArgs[0],
1558 // FindAllocationOverload can change the passed in arguments, so we need to
1687 /// FindAllocationOverload - Find an fitting overload for the allocation
1689 bool Sema::FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, function in class:Sema
2030 if (FindAllocationOverload(StartLoc, SourceRange(), Name,
2226 if (FindAllocationOverload(StartLoc, SourceRange(), DeleteName,

Completed in 106 milliseconds