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 222 bool isObjCProtocolDecl();
  /external/clang/lib/AST/
CommentSema.cpp 134 DiagSelect = !isObjCProtocolDecl() ? 3 : 0;
839 || isObjCInterfaceDecl() || isObjCProtocolDecl();
872 bool Sema::isObjCProtocolDecl() {
    [all...]

Completed in 31 milliseconds