Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h7273 bool CheckOverridingFunctionAttributes(const CXXMethodDecl *New,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp17165 bool Sema::CheckOverridingFunctionAttributes(const CXXMethodDecl *New, in CheckOverridingFunctionAttributes() function in Sema
DSemaDecl.cpp8264 CheckOverridingFunctionAttributes(MD, BaseMD); in AddOverriddenMethods()