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

  /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/include/clang/Sema/
Sema.h     [all...]

Completed in 49 milliseconds