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

  /external/clang/include/clang/AST/
CommentSema.h 221 bool isObjCInterfaceDecl();
  /external/clang/lib/AST/
CommentSema.cpp 131 DiagSelect = !isObjCInterfaceDecl() ? 2 : 0;
839 || isObjCInterfaceDecl() || isObjCProtocolDecl();
863 bool Sema::isObjCInterfaceDecl() {
    [all...]

Completed in 94 milliseconds