Searched refs:FindAllocationFunctions (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaCoroutine.cpp | 1310 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Class, in makeNewAndDeleteExpr() 1321 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Class, in makeNewAndDeleteExpr() 1332 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Global, in makeNewAndDeleteExpr() 1349 S.FindAllocationFunctions(Loc, SourceRange(), /*NewScope*/ Sema::AFS_Both, in makeNewAndDeleteExpr()
|
D | SemaExprCXX.cpp | 2144 FindAllocationFunctions( in BuildCXXNew() 2501 bool Sema::FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, in FindAllocationFunctions() function in Sema
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1747 FindAllocationFunctions(StartLoc, in BuildCXXNew() 1957 bool Sema::FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range, in FindAllocationFunctions() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4786 bool FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6103 bool FindAllocationFunctions(SourceLocation StartLoc, SourceRange Range,
|