Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h111 bool isStruct() const { return isa<StructType *>(CurTy); } isStruct() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILResource.cpp386 bool ResourceTypeInfo::isStruct() const { in isStruct() function in ResourceTypeInfo
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3878 bool isStruct() const { return getTagKind() == TagTypeKind::Struct; } in isStruct() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6161 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument