Home
last modified time | relevance | path

Searched defs:isExplicitObjectMemberFunction (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp424 bool Declarator::isExplicitObjectMemberFunction() { in isExplicitObjectMemberFunction() function in Declarator
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2694 bool CXXMethodDecl::isExplicitObjectMemberFunction() const { in isExplicitObjectMemberFunction() function in CXXMethodDecl
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5145 AST_MATCHER(CXXMethodDecl, isExplicitObjectMemberFunction) { in AST_MATCHER() argument