Searched refs:CheckAllocatedType (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1573 if (CheckAllocatedType(AllocType, TypeRange.getBegin(), TypeRange)) in BuildCXXNew() 1899 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType() function in Sema
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1980 if (CheckAllocatedType(AllocType, TypeRange.getBegin(), TypeRange)) in BuildCXXNew() 2341 bool Sema::CheckAllocatedType(QualType AllocType, SourceLocation Loc, in CheckAllocatedType() function in Sema
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 4784 bool CheckAllocatedType(QualType AllocType, SourceLocation Loc,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 6086 bool CheckAllocatedType(QualType AllocType, SourceLocation Loc,
|