Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6492 bool checkThisInStaticMemberFunctionType(CXXMethodDecl *Method);
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp18271 bool Sema::checkThisInStaticMemberFunctionType(CXXMethodDecl *Method) { in checkThisInStaticMemberFunctionType() function in Sema
H A DSemaDecl.cpp11857 checkThisInStaticMemberFunctionType(Method); in CheckFunctionDeclaration()