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 142 if (DiagSelect && Comment->getCommandMarker() && isObjCInterfaceDecl())
146 DiagSelect = !isObjCInterfaceDecl() ? 2 : 0;
870 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() ||
913 bool Sema::isObjCInterfaceDecl() {
    [all...]

Completed in 60 milliseconds