Home
last modified time | relevance | path

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

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