Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16653 static bool CheckOperatorNewDeclaration(Sema &SemaRef, FunctionDecl *FnDecl) { in CheckOperatorNewDeclaration() function
16768 return CheckOperatorNewDeclaration(*this, FnDecl); in CheckOverloadedOperatorDeclaration()