Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp3079 DeclContext *OperatorNewContext = GetRedeclContext(OperatorNew); in FindAllocationFunctions() local
3084 OperatorNewContext->isRecord(); in FindAllocationFunctions()
3092 << OperatorNew->getDeclName() << OperatorNewContext; in FindAllocationFunctions()
3243 bool MismatchedContext = OperatorDeleteContext != OperatorNewContext; in FindAllocationFunctions()
3256 << OperatorNew->getDeclName() << OperatorNewContext; in FindAllocationFunctions()