Searched refs:isIncompleteOrObjectType (Results 1 - 8 of 8) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCanonicalType.h254 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isIncompleteOrObjectType)
H A DType.h1443 /// isIncompleteOrObjectType - Return true if this is an incomplete or object
1445 bool isIncompleteOrObjectType() const { function in class:clang::Type
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1029 if (DestPointee->isIncompleteOrObjectType()) {
H A DSemaTemplate.cpp4919 assert(ParamType->getPointeeType()->isIncompleteOrObjectType() &&
4936 assert(ParamRefType->getPointeeType()->isIncompleteOrObjectType() &&
H A DSemaExpr.cpp5473 if (lhptee->isVoidType() && rhptee->isIncompleteOrObjectType()) {
5484 if (rhptee->isVoidType() && lhptee->isIncompleteOrObjectType()) {
6018 if (rhptee->isIncompleteOrObjectType())
6027 if (lhptee->isIncompleteOrObjectType())
H A DSemaExprCXX.cpp2248 if (ConvPtrType->getPointeeType()->isIncompleteOrObjectType())
H A DSemaType.cpp1222 if (!EltTy->isIncompleteOrObjectType()) {
H A DSemaOverload.cpp2073 if (FromPointeeType->isIncompleteOrObjectType() &&

Completed in 315 milliseconds