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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DTargetInfo.cpp4398 bool isCompoundType(QualType Ty) const;
4444 bool SystemZABIInfo::isCompoundType(QualType Ty) const {
4656 if (isCompoundType(RetTy) || getContext().getTypeSize(RetTy) > 64)
4698 if (isCompoundType(Ty))
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1520 bool isCompoundType() const;
4822 inline bool Type::isCompoundType() const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::Type
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp3280 return T->isCompoundType();

Completed in 140 milliseconds