reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Type.h
 1979   bool isAggregateType() const;

References

tools/clang/lib/CodeGen/TargetInfo.cpp
 4210       Ty->isIntegerType() || Ty->isPointerType() || Ty->isAggregateType();
 4215   bool isIndirect = Ty->isAggregateType();
tools/clang/lib/Sema/SemaDecl.cpp
11812     } else if (!getLangOpts().C99 && VDecl->getType()->isAggregateType() &&
tools/clang/lib/Sema/SemaExprCXX.cpp
 4604     return T->isAggregateType() || T->isVectorType() || T->isExtVectorType() ||
tools/clang/lib/Sema/SemaInit.cpp
 1265     assert(DeclType->isAggregateType() &&
 1446       ElemType->isAggregateType()) {
 4344   if ((DestType->isRecordType() && !DestType->isAggregateType()) ||
 4374   if (S.getLangOpts().CPlusPlus && !DestType->isAggregateType() &&
tools/clang/lib/Sema/SemaOverload.cpp
 4983   if (ToType->isRecordType() && !ToType->isAggregateType()) {
 4997   if (ToType->isAggregateType()) {