Searched refs:isUsualDeallocationFunction (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp956 if (!cast<CXXMethodDecl>(del)->isUsualDeallocationFunction()) {
1512 return Method->isUsualDeallocationFunction();
1997 if (cast<CXXMethodDecl>(ND)->isUsualDeallocationFunction())
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1627 bool isUsualDeallocationFunction() const;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1362 bool CXXMethodDecl::isUsualDeallocationFunction() const { function in class:CXXMethodDecl

Completed in 266 milliseconds