Home
last modified time | relevance | path

Searched defs:isAggregateType (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h295 bool isAggregateType() const { in isAggregateType() function
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2275 bool Type::isAggregateType() const { isAggregateType() function in Type