Home
last modified time | relevance | path

Searched defs:isAggregate (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecordHelpers.h46 inline bool isAggregate(CVType CVT) { in isAggregate() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.h267 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDDeclCXX.h1147 bool isAggregate() const { return data().Aggregate; } in isAggregate() function