Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGCall.h257 bool isAggregate() const { return HasLV || RV.isAggregate(); } in isAggregate() function
DCGValue.h54 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DDeclCXX.h1098 bool isAggregate() const { return data().Aggregate; } in isAggregate() function