Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3978 bool checkThisInStaticMemberFunctionType(CXXMethodDecl *Method);
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclCXX.cpp12515 bool Sema::checkThisInStaticMemberFunctionType(CXXMethodDecl *Method) { in checkThisInStaticMemberFunctionType() function in Sema
HDSemaDecl.cpp7618 checkThisInStaticMemberFunctionType(Method); in CheckFunctionDeclaration()