Lines Matching refs:getScope
88 DIScope *S = LocA->getScope(); in getMergedLocation()
92 S = S->getScope().resolve(); in getMergedLocation()
94 S = L->getScope(); in getMergedLocation()
99 S = LocB->getScope(); in getMergedLocation()
104 S = S->getScope().resolve(); in getMergedLocation()
106 S = L->getScope(); in getMergedLocation()
114 S = LocA->getScope(); in getMergedLocation()
213 DIScopeRef DIScope::getScope() const { in getScope() function in DIScope
215 return T->getScope(); in getScope()
218 return SP->getScope(); in getScope()
221 return LB->getScope(); in getScope()
224 return NS->getScope(); in getScope()
227 return M->getScope(); in getScope()
578 return Block->getScope()->getSubprogram(); in getSubprogram()
584 return File->getScope()->getNonLexicalBlockFileScope(); in getNonLexicalBlockFileScope()