|
clang
5.0.0
|
#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 |
Definition at line 1177 of file ExprCXX.cpp.
References clang::ast_matchers::decl, clang::Decl::getAsFunction(), and clang::NamedDecl::getUnderlyingDecl().
1.8.6