Home
last modified time | relevance | path

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

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