Searched refs:isObjCInterfaceDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DCommentSema.h218 bool isObjCInterfaceDecl();
/external/clang/lib/AST/
H A DCommentSema.cpp142 if (DiagSelect && Comment->getCommandMarker() && isObjCInterfaceDecl())
146 DiagSelect = !isObjCInterfaceDecl() ? 2 : 0;
870 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() ||
913 bool Sema::isObjCInterfaceDecl() { function in class:clang::comments::Sema

Completed in 939 milliseconds