Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp19003 return checkThisInStaticMemberFunctionAttributes(Method); in checkThisInStaticMemberFunctionType()
19048 bool Sema::checkThisInStaticMemberFunctionAttributes(CXXMethodDecl *Method) { in checkThisInStaticMemberFunctionAttributes() function in Sema
H A DSemaDecl.cpp16444 checkThisInStaticMemberFunctionAttributes(Method); in ActOnFinishDelayedAttribute()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6649 bool checkThisInStaticMemberFunctionAttributes(CXXMethodDecl *Method);