Home
last modified time | relevance | path

Searched refs:GetRedeclContext (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3075 auto GetRedeclContext = [](Decl *D) { in FindAllocationFunctions() local
3079 DeclContext *OperatorNewContext = GetRedeclContext(OperatorNew); in FindAllocationFunctions()
3235 DeclContext *OperatorDeleteContext = GetRedeclContext(OperatorDelete); in FindAllocationFunctions()
3252 << GetRedeclContext(Operators[TypeAwareOperatorIndex]); in FindAllocationFunctions()