clang API Documentation
#include "clang/AST/ASTContext.h"
#include "clang/AST/Attr.h"
#include "clang/AST/DeclCXX.h"
#include "clang/AST/DeclTemplate.h"
#include "clang/AST/ExprCXX.h"
#include "clang/AST/TypeLoc.h"
#include "clang/Basic/IdentifierTable.h"
Go to the source code of this file.
Functions | |
static bool | hasOnlyNonStaticMemberFunctions (UnresolvedSetIterator begin, UnresolvedSetIterator end) |
static bool hasOnlyNonStaticMemberFunctions | ( | UnresolvedSetIterator | begin, |
UnresolvedSetIterator | end | ||
) | [static] |
Definition at line 1309 of file ExprCXX.cpp.
References clang::ast_matchers::decl, clang::Decl::getAsFunction(), and clang::NamedDecl::getUnderlyingDecl().