Home
last modified time | relevance | path

Searched defs:isUnion (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DRecord.h51 bool isUnion() const { return getDecl()->isUnion(); } in isUnion() function
/netbsd/external/apache2/llvm/dist/clang/utils/ABITest/
H A DTypeGen.py86 def __init__(self, index, isUnion, fields): argument
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h3477 bool isUnion() const { return getTagKind() == TTK_Union; } in isUnion() function
/netbsd/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5651 AST_MATCHER(TagDecl, isUnion) { in AST_MATCHER() argument