Lines Matching refs:getScope
113 DIScope *S = LocA->getScope(); in getMergedLocation()
117 S = S->getScope(); in getMergedLocation()
119 S = L->getScope(); in getMergedLocation()
124 S = LocB->getScope(); in getMergedLocation()
129 S = S->getScope(); in getMergedLocation()
131 S = L->getScope(); in getMergedLocation()
139 S = LocA->getScope(); in getMergedLocation()
240 DIScope *DIScope::getScope() const { in getScope() function in DIScope
242 return T->getScope(); in getScope()
245 return SP->getScope(); in getScope()
248 return LB->getScope(); in getScope()
251 return NS->getScope(); in getScope()
254 return CB->getScope(); in getScope()
257 return M->getScope(); in getScope()
932 return Block->getScope()->getSubprogram(); in getSubprogram()
938 return File->getScope()->getNonLexicalBlockFileScope(); in getNonLexicalBlockFileScope()