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 222 bool isObjCInterfaceDecl();
  /external/clang/lib/AST/
CommentSema.cpp 137 if (DiagSelect && Comment->getCommandMarker() && isObjCInterfaceDecl())
141 DiagSelect = !isObjCInterfaceDecl() ? 2 : 0;
857 || isObjCInterfaceDecl() || isObjCProtocolDecl();
899 bool Sema::isObjCInterfaceDecl() {
    [all...]

Completed in 67 milliseconds