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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DCommentSema.h219 bool isClassOrStructDecl();
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp927 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() ||
948 bool Sema::isClassOrStructDecl() { function in class:clang::comments::Sema

Completed in 148 milliseconds