Home
last modified time | relevance | path

Searched refs:FwdDecl (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp699 CollectRecordStaticVars(const RecordDecl *RD, llvm::DIType FwdDecl) { in CollectRecordStaticVars() argument
716 DBuilder.createStaticVariable(FwdDecl, VName, VName, VUnit, in CollectRecordStaticVars()
1207 llvm::DIType FwdDecl = getOrCreateLimitedType(QualType(Ty, 0), DefUnit); in CreateType() local
1209 if (FwdDecl.isForwardDecl()) in CreateType()
1210 return FwdDecl; in CreateType()
1212 llvm::TrackingVH<llvm::MDNode> FwdDeclNode(FwdDecl); in CreateType()
1216 RegionMap[Ty->getDecl()] = llvm::WeakVH(FwdDecl); in CreateType()
1219 CompletedTypeCache[QualType(Ty, 0).getAsOpaquePtr()] = FwdDecl; in CreateType()
1230 CollectCXXBases(CXXDecl, DefUnit, EltTys, FwdDecl); in CreateType()
1235 CollectRecordStaticVars(RD, FwdDecl); in CreateType()
[all …]