Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h6054 bool checkThisInStaticMemberFunctionType(CXXMethodDecl *Method);
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp17793 bool Sema::checkThisInStaticMemberFunctionType(CXXMethodDecl *Method) { in checkThisInStaticMemberFunctionType() function in Sema
H A DSemaDecl.cpp11045 checkThisInStaticMemberFunctionType(Method); in CheckFunctionDeclaration()