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

  /external/clang/include/clang/AST/
CommentSema.h 223 bool isObjCProtocolDecl();
  /external/clang/lib/AST/
CommentSema.cpp 144 DiagSelect = !isObjCProtocolDecl() ? 3 : 0;
857 || isObjCInterfaceDecl() || isObjCProtocolDecl();
908 bool Sema::isObjCProtocolDecl() {
    [all...]

Completed in 40 milliseconds