Searched refs:FindAllocationFunctions (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaCoroutine.cpp | 1312 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Class, in makeNewAndDeleteExpr() 1323 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Class, in makeNewAndDeleteExpr() 1334 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Global, in makeNewAndDeleteExpr() 1351 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Both, in makeNewAndDeleteExpr()
|
H A D | SemaExprCXX.cpp | 2173 FindAllocationFunctions( in BuildCXXNew() 2554 bool Sema::FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, in FindAllocationFunctions() function in Sema
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 6250 bool FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range,
|