HomeSort by: relevance | last modified time | path
    Searched refs:isUsualDeallocationFunction (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprCXX.cpp 1541 bool Sema::isUsualDeallocationFunction(const CXXMethodDecl *Method) {
1564 bool Result = Method->isUsualDeallocationFunction(PreventedBy);
1582 return S.isUsualDeallocationFunction(Method);
SemaDeclCXX.cpp 15470 !SemaRef.isUsualDeallocationFunction(MD)) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclCXX.h 2020 /// Sema::isUsualDeallocationFunction to reconsider the answer based on the
2022 bool isUsualDeallocationFunction(
  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclCXX.cpp 2301 bool CXXMethodDecl::isUsualDeallocationFunction(
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2225 bool isUsualDeallocationFunction(const CXXMethodDecl *FD);

Completed in 41 milliseconds