Home
last modified time | relevance | path

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

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