Searched refs:isObjectType (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h252 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isObjectType)
H A DType.h1450 bool isObjectType() const { function in class:clang::Type
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprCXX.cpp3259 return T->isObjectType();
3654 if (T->isObjectType() || T->isFunctionType())
3813 if (LhsT->isObjectType() || LhsT->isFunctionType())
3864 if (LhsT->isObjectType() || LhsT->isFunctionType())
3866 if (RhsT->isObjectType() || RhsT->isFunctionType())
H A DSemaOverload.cpp6941 if (!(*Ptr)->getPointeeType()->isObjectType())
6969 if (!PointeeTy->isObjectType() && !PointeeTy->isFunctionType())
7206 if (!PointeeTy->isObjectType())
7391 else if (!(*Ptr)->getPointeeType()->isObjectType())
7624 if (!PointeeType->isObjectType())
7639 if (!PointeeType->isObjectType())
H A DSemaType.cpp3190 if (D.getDeclSpec().isConstexprSpecified() && T->isObjectType()) {
H A DSemaExpr.cpp1334 else if (!Types[i]->getType()->isObjectType())

Completed in 265 milliseconds