Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h4116 bool checkThisInStaticMemberFunctionType(CXXMethodDecl *Method);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp12846 bool Sema::checkThisInStaticMemberFunctionType(CXXMethodDecl *Method) { in checkThisInStaticMemberFunctionType() function in Sema
DSemaDecl.cpp7864 checkThisInStaticMemberFunctionType(Method); in CheckFunctionDeclaration()