Home
last modified time | relevance | path

Searched refs:isUnavailableAlignedAllocationFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp2098 Sema::isUnavailableAlignedAllocationFunction(const FunctionDecl &FD) const { in isUnavailableAlignedAllocationFunction() function in Sema
2114 if (isUnavailableAlignedAllocationFunction(FD)) { in diagnoseUnavailableAlignedAllocation()
H A DSemaExpr.cpp93 isUnavailableAlignedAllocationFunction(*FD)) in CanUseDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h8485 bool isUnavailableAlignedAllocationFunction(const FunctionDecl &FD) const;