Searched refs:FindAllocationOverload (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1998 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, Record, in FindAllocationFunctions() 2008 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions() 2020 if (FindAllocationOverload(StartLoc, Range, NewName, AllocArgs, TUDecl, in FindAllocationFunctions() 2193 bool Sema::FindAllocationOverload(SourceLocation StartLoc, SourceRange Range, in FindAllocationOverload() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4791 bool FindAllocationOverload(SourceLocation StartLoc, SourceRange Range,
|