Home
last modified time | relevance | path

Searched defs:RecordTy (Results 1 – 16 of 16) 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.cpp162 const RecordType *RecordTy = T->getAs<RecordType>(); in TypeRequiresGCollection() local
1104 } else if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAggregateCopy() local
1116 if (const RecordType *RecordTy = BaseType->getAs<RecordType>()) { in EmitAggregateCopy() local
DCGDebugInfo.cpp628 llvm::DIType RecordTy) { in CollectRecordFields()
722 llvm::DIType RecordTy) { in CreateCXXMemberFunction()
795 llvm::DIType RecordTy) { in CollectCXXMemberFunctions()
813 llvm::DIType RecordTy) { in CollectCXXFriends()
830 llvm::DIType RecordTy) { in CollectCXXBases()
DCGException.cpp419 if (const RecordType *RecordTy = ThrowType->getAs<RecordType>()) { in EmitCXXThrowExpr() local
DCGDecl.cpp773 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) { in EmitAutoVarAlloca() local
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp34 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) { in getCurrentInstantiationOf() local
DSema.cpp269 if (const RecordType *RecordTy = T->getAs<RecordType>()) in ImpCastExprToType() local
DSemaExprMember.cpp618 QualType RecordTy = BaseType; in BuildMemberReferenceExpr() local
DSemaDeclCXX.cpp5926 } else if (const RecordType *RecordTy in ComputeDefaultedDefaultCtorExceptionSpec() local
6286 if (const RecordType *RecordTy in ComputeDefaultedDtorExceptionSpec() local
6442 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in BuildSingleCopyAssign() local
9114 if (const RecordType *RecordTy in SetIvarInitializers() local
DSemaTemplateInstantiateDecl.cpp302 if (const RecordType *RecordTy = D->getType()->getAs<RecordType>()) in VisitVarDecl() local
DSemaCodeComplete.cpp755 QualType RecordTy = Context.getTypeDeclType(Record); in MaybeAddConstructorResults() local
2287 if (const RecordType *RecordTy = Ty->getAs<RecordType>()) in AddTypedNameChunk() local
DSemaLookup.cpp530 if (const RecordType *RecordTy in CanDeclareSpecialMemberFunction() local
DSemaInit.cpp4052 if (const RecordType *RecordTy = T->getAs<RecordType>()) in Perform() local
DSemaExprCXX.cpp605 const RecordType *RecordTy = Ty->getAs<RecordType>(); in CheckCXXThrowOperand() local
DSemaOverload.cpp3937 const RecordType *RecordTy = T->getAs<RecordType>(); in ConvertToIntegralOrEnumerationType() local
/external/clang/lib/AST/
DDeclCXX.cpp738 if (const RecordType *RecordTy = T->getAs<RecordType>()) { in addedMember() local