Lines Matching refs:getScope
112 DIScope *S = LocA->getScope(); in getMergedLocation()
116 S = S->getScope(); in getMergedLocation()
118 S = L->getScope(); in getMergedLocation()
123 S = LocB->getScope(); in getMergedLocation()
128 S = S->getScope(); in getMergedLocation()
130 S = L->getScope(); in getMergedLocation()
138 S = LocA->getScope(); in getMergedLocation()
237 DIScope *DIScope::getScope() const { in getScope() function in DIScope
239 return T->getScope(); in getScope()
242 return SP->getScope(); in getScope()
245 return LB->getScope(); in getScope()
248 return NS->getScope(); in getScope()
251 return CB->getScope(); in getScope()
254 return M->getScope(); in getScope()
814 return Block->getScope()->getSubprogram(); in getSubprogram()
820 return File->getScope()->getNonLexicalBlockFileScope(); in getNonLexicalBlockFileScope()