Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/Interp/
DRecord.h51 bool isUnion() const { return getDecl()->isUnion(); } in isUnion() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDecl.h3503 bool isUnion() const { return getTagKind() == TTK_Union; } in isUnion() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5663 AST_MATCHER(TagDecl, isUnion) { in AST_MATCHER() argument