HomeSort by relevance Sort by last modified time
    Searched refs:isObjCMethodDecl (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/AST/
CommentSema.h 216 bool isObjCMethodDecl();
  /external/clang/lib/AST/
CommentSema.cpp 112 DiagSelect = !isObjCMethodDecl() ? 3 : 0;
115 DiagSelect = !isObjCMethodDecl() ? 4 : 0;
816 if (!isAnyFunctionDecl() && !isObjCMethodDecl() && !isFunctionTemplateDecl())
830 bool Sema::isObjCMethodDecl() {
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 75 milliseconds