Searched refs:GetRedeclContext (Results 1 – 1 of 1) sorted by relevance
3075 auto GetRedeclContext = [](Decl *D) { in FindAllocationFunctions() local3079 DeclContext *OperatorNewContext = GetRedeclContext(OperatorNew); in FindAllocationFunctions()3235 DeclContext *OperatorDeleteContext = GetRedeclContext(OperatorDelete); in FindAllocationFunctions()3252 << GetRedeclContext(Operators[TypeAwareOperatorIndex]); in FindAllocationFunctions()