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

/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 608 milliseconds