Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DMakeMemberFunctionConstCheck.cpp133 if (Member->isBoundMemberFunction(Ctxt)) { in visitUser()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h805 bool isBoundMemberFunction(ASTContext &Ctx) const;
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp2903 bool Expr::isBoundMemberFunction(ASTContext &Ctx) const { in isBoundMemberFunction() function in Expr