Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGValue.h48 bool isAggregate() const { return V1.getInt() == Aggregate; } in isAggregate() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclCXX.h1103 bool isAggregate() const { return data().Aggregate; } in isAggregate() function