Lines Matching refs:Desc
97 const Descriptor *Desc = getDeclDesc(); in toAPValue() local
98 if (auto *VD = Desc->asValueDecl()) in toAPValue()
100 else if (auto *E = Desc->asExpr()) in toAPValue()
111 } else if (Desc->asExpr()) { in toAPValue()
130 const Descriptor *Desc = Ptr.getFieldDesc(); in toAPValue() local
131 if (const auto *BaseOrMember = Desc->asDecl()) { in toAPValue()
162 const Descriptor *Desc = getFieldDesc(); in isInitialized() local
163 assert(Desc); in isInitialized()
164 if (Desc->isPrimitiveArray()) { in isInitialized()
185 const Descriptor *Desc = getFieldDesc(); in initialize() local
187 assert(Desc); in initialize()
188 if (Desc->isPrimitiveArray()) { in initialize()
196 std::make_pair(false, std::make_shared<InitMap>(Desc->getNumElems())); in initialize()