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

/external/clang/lib/AST/
H A DCommentSema.cpp155 DiagSelect = !isUnionDecl() ? 5 : 0;
870 return isUnionDecl() || isClassOrStructDecl() || isObjCInterfaceDecl() ||
874 bool Sema::isUnionDecl() { function in class:clang::comments::Sema
892 !isUnionDecl();

Completed in 104 milliseconds