Home
last modified time | relevance | path

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

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