Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h262 bool isAggregateType() const { in isAggregateType() function
/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp2210 bool Type::isAggregateType() const { in isAggregateType() function in Type