Searched refs:parent_cvt (Results 1 – 2 of 2) sorted by relevance
881 CVType parent_cvt = index.tpi().getType(class_index); in CreateFunctionDecl() 882 TagRecord tag_record = CVTagRecord::create(parent_cvt).asTag(); in CreateFunctionDecl() 990 CVType parent_cvt = index.ipi().getType(fir.ParentScope); in CreateFunctionDeclFromId() 991 if (parent_cvt.kind() == LF_STRING_ID) { in CreateFunctionDeclFromId() 994 TypeDeserializer::deserializeAs<StringIdRecord>(parent_cvt, sir)); in CreateFunctionDeclFromId() 880 CVType parent_cvt = index.tpi().getType(class_index); CreateFunctionDecl() local 989 CVType parent_cvt = index.ipi().getType(fir.ParentScope); CreateFunctionDeclFromId() local
2204 const CVTagRecord &parent_cvt, in BuildParentMap()2207 parent_cvt(parent_cvt) {} in BuildParentMap()2214 const CVTagRecord &parent_cvt; in BuildParentMap() member2226 GetNestedTagDefinition(Record, parent_cvt, index.tpi()); in BuildParentMap()