Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DSema.h4217 bool checkThisInStaticMemberFunctionType(CXXMethodDecl *Method);
/external/clang/lib/Sema/
DSemaDeclCXX.cpp13448 bool Sema::checkThisInStaticMemberFunctionType(CXXMethodDecl *Method) { in checkThisInStaticMemberFunctionType() function in Sema
DSemaDecl.cpp8118 checkThisInStaticMemberFunctionType(Method); in CheckFunctionDeclaration()