Home
last modified time | relevance | path

Searched defs:RecordTy (Results 1 – 19 of 19) sorted by relevance

/external/clang/lib/CodeGen/
DCGRTTI.cpp254 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ShouldUseExternalRTTIDescriptor() local
269 static bool IsIncompleteClassType(const RecordType *RecordTy) { in IsIncompleteClassType()
285 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in ContainsIncompleteClassType() local
DCGExprAgg.cpp207 const RecordType *RecordTy = T->getAs<RecordType>(); in TypeRequiresGCollection() local
1259 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local
1271 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in EmitAggregateCopy() local
DCGDebugInfo.cpp763 llvm::DIType RecordTy) { in CollectRecordFields()
909 llvm::DIType RecordTy) { in CreateCXXMemberFunction()
984 llvm::DIType RecordTy) { in CollectCXXMemberFunctions()
1013 llvm::DIType RecordTy) { in CollectCXXFriends()
1031 llvm::DIType RecordTy) { in CollectCXXBases()
DCGClass.cpp558 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl); in EmitMemberInitializer() local
984 QualType RecordTy = CGF.getContext().getTagDeclType(field->getParent()); in Emit() local
DCGException.cpp444 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in EmitCXXThrowExpr() local
DCGDecl.cpp824 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
DCGExpr.cpp2019 QualType RecordTy = in EmitLValueForAnonRecordField() local
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp35 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in getCurrentInstantiationOf() local
DSema.cpp279 if (const RecordType *RecordTy = T->getAs<RecordType>()) in ImpCastExprToType() local
DSemaPseudoObject.cpp872 const RecordType *RecordTy = T->getAs<RecordType>(); in CheckSubscriptingKind() local
DSemaExprMember.cpp654 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
DSemaCodeComplete.cpp756 QualType RecordTy = Context.getTypeDeclType(Record); in MaybeAddConstructorResults() local
2418 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) in AddTypedNameChunk() local
DSemaDeclCXX.cpp6865 } else if (const RecordType *RecordTy in ComputeDefaultedDefaultCtorExceptionSpec() local
7227 if (const RecordType *RecordTy in ComputeDefaultedDtorExceptionSpec() local
7390 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in BuildSingleCopyAssign() local
8831 if (const RecordType *RecordTy in ComputeDefaultedMoveCtorExceptionSpec() local
10962 if (const RecordType *RecordTy in SetIvarInitializers() local
DSemaTemplateInstantiateDecl.cpp258 if (const RecordType *RecordTy = D->getType()->getAs<RecordType>()) in VisitVarDecl() local
DSemaLookup.cpp538 if (const RecordType *RecordTy in CanDeclareSpecialMemberFunction() local
DSemaExprCXX.cpp627 const RecordType *RecordTy = Ty->getAs<RecordType>(); in CheckCXXThrowOperand() local
DSemaInit.cpp4910 if (const RecordType *RecordTy = T->getAs<RecordType>()) in Perform() local
DSemaOverload.cpp5057 const RecordType *RecordTy = T->getAs<RecordType>(); in ConvertToIntegralOrEnumerationType() local
/external/clang/lib/AST/
DDeclCXX.cpp836 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in addedMember() local