Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/Interp/
H A DRecord.h
/llvm-project/clang/utils/ABITest/
H A DTypeGen.py90 def __init__(self, index, isUnion, fields): argument
/llvm-project/clang/include/clang/AST/
H A DDecl.h3802 bool isUnion() const { return getTagKind() == TagTypeKind::Union; } isUnion() function
/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6128 AST_MATCHER(TagDecl,isUnion) AST_MATCHER() argument