Lines Matching defs:getScope
143 {L->getScope()->getSubprogram(), L->getInlinedAt()}, I);
162 auto IT = ALookup.find({L->getScope()->getSubprogram(), L->getInlinedAt()});
182 return DILocation::get(C, L1->getLine(), L1->getColumn(), L1->getScope(),
187 if (L1->getScope()->getSubprogram() != L2->getScope()->getSubprogram())
193 for (; S1; S1 = S1->getScope()) {
199 for (; S2; S2 = S2->getScope()) {
209 auto Scope = GetNearestCommonScope(L1->getScope(), L2->getScope());
244 return DILocation::get(C, 0, 0, LocA->getScope(), nullptr);
344 DIScope *DIScope::getScope() const {
346 return T->getScope();
349 return SP->getScope();
352 return LB->getScope();
355 return NS->getScope();
358 return CB->getScope();
361 return M->getScope();
1053 return Block->getScope()->getSubprogram();
1059 return File->getScope()->getNonLexicalBlockFileScope();
1070 Scope = Scope->getScope()) {