Searched refs:isType (Results 1 – 12 of 12) sorted by relevance
219 bool DIDescriptor::isType() const { in isType() function in DIDescriptor257 return isType(); in isScope()418 (isa<MDNode>(Val) && DIType(cast<MDNode>(Val)).isType()); in isTypeRef()442 if (!isType()) in Verify()740 if (isType()) in getContext()761 if (isType()) in getName()993 if (Entity.isType()) in processModule()1024 if (D.isType()) in processType()1036 if (Scope.isType()) { in processScope()
331 assert(RTy.isType() && "Unable to create reference type"); in createReferenceType()352 assert(Ty.isType() && "Invalid typedef type!"); in createTypedef()371 assert(Ty.isType() && "Invalid type!"); in createFriend()372 assert(FriendTy.isType() && "Invalid friend type!"); in createFriend()393 assert(Ty.isType() && "Unable to create inheritance"); in createInheritance()610 assert((!Context || Context.isScope() || Context.isType()) && in createClassType()995 assert(Ty.isType() && in createLocalVariable()
139 bool isType() const;249 assert(DIDescriptor(Iter->second).isType() && in resolve()316 bool isValid() const { return DbgNode && isType(); } in isValid()
136 bool isType() const { return IsType; } in isType() function140 assert(isType() && "Not a type!"); in getType()
105 return D.isType() || in isShareableAcrossCUs()396 if (!Ty.isType()) in addSourceLine()888 if (Context.isType()) in getOrCreateContextDIE()904 assert(Ty.isType()); in getOrCreateTypeDIE()1066 if (!ATy.isType()) in addPubTypes()1938 assert(dwarf::isType(ContextDIE->getTag()) && in getOrCreateStaticMemberDIE()
417 if (isType((*I)->getTag()) || (*I)->getTag() == dwarf::DW_TAG_subprogram) { in computeHash()
368 if (D.isType()) in isSubprogramContext()899 else if (Entity.isType()) in constructImportedEntityDIE()
144 inline bool isType(Tag T) { in isType() function
393 } else if (Context.isType()) { in getContextName()
417 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXTypeid() argument443 if (isType) { in ActOnCXXTypeid()506 bool isType, void *TyOrExpr, SourceLocation RParenLoc) { in ActOnCXXUuidof() argument519 if (isType) { in ActOnCXXUuidof()
4046 SourceLocation LParenLoc, bool isType,4061 SourceLocation LParenLoc, bool isType,
4118 if (DOT.isType()) in WriteASTCore()