reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 5634   bool isUnavailableAlignedAllocationFunction(const FunctionDecl &FD) const;

References

tools/clang/lib/Sema/SemaExpr.cpp
   72         isUnavailableAlignedAllocationFunction(*FD))
tools/clang/lib/Sema/SemaExprCXX.cpp
 1755   if (isUnavailableAlignedAllocationFunction(FD)) {