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/Transforms/Utils/
H A DDXILResource.cpp22 bool ResourceInfo::isStruct() const { in isStruct() function in ResourceInfo
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3760 bool isStruct() const { return getTagKind() == TagTypeKind::Struct; } in isStruct() function
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6115 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument