Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17827 return checkThisInStaticMemberFunctionAttributes(Method); in checkThisInStaticMemberFunctionType()
17872 bool Sema::checkThisInStaticMemberFunctionAttributes(CXXMethodDecl *Method) { in checkThisInStaticMemberFunctionAttributes() function in Sema
H A DSemaDecl.cpp14849 checkThisInStaticMemberFunctionAttributes(Method); in ActOnFinishDelayedAttribute()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6064 bool checkThisInStaticMemberFunctionAttributes(CXXMethodDecl *Method);