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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
CommentSema.h 215 bool isObjCMethodDecl();
  /src/external/apache2/llvm/dist/clang/lib/AST/
CommentSema.cpp 112 DiagSelect = !isObjCMethodDecl() ? 3 : 0;
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0;
857 bool Sema::isObjCMethodDecl() {
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 3641 ((parseMethod && !Actions.isObjCMethodDecl(MCDecl)) ||
3642 (!parseMethod && Actions.isObjCMethodDecl(MCDecl)));
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2800 bool isObjCMethodDecl(Decl *D) {

Completed in 30 milliseconds