Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecordHelpers.h46 inline bool isAggregate(CVType CVT) { in isAggregate() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h267 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1147 bool isAggregate() const { return data().Aggregate; } in isAggregate() function