Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DRecord.h56 bool isUnion() const { return IsUnion; } in isUnion() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3763 bool isUnion() const { return getTagKind() == TagTypeKind::Union; } in isUnion() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6128 AST_MATCHER(TagDecl, isUnion) { in AST_MATCHER() argument