Searched refs:isCompoundType (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DTargetInfo.cpp4796 bool isCompoundType(QualType Ty) const;
4842 bool SystemZABIInfo::isCompoundType(QualType Ty) const { function in class:SystemZABIInfo
5019 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64)
5061 if (isCompoundType(Ty))
/external/clang/include/clang/AST/
H A DType.h1519 bool isCompoundType() const;
4851 inline bool Type::isCompoundType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/external/clang/lib/Sema/
H A DSemaExprCXX.cpp3294 return T->isCompoundType();

Completed in 114 milliseconds