|
clang 22.0.0git
|
#include "clang/AST/ExprCXX.h"#include "clang/AST/ASTContext.h"#include "clang/AST/Attr.h"#include "clang/AST/ComputeDependence.h"#include "clang/AST/Decl.h"#include "clang/AST/DeclAccessPair.h"#include "clang/AST/DeclBase.h"#include "clang/AST/DeclCXX.h"#include "clang/AST/DeclTemplate.h"#include "clang/AST/DeclarationName.h"#include "clang/AST/DependenceFlags.h"#include "clang/AST/Expr.h"#include "clang/AST/LambdaCapture.h"#include "clang/AST/NestedNameSpecifier.h"#include "clang/AST/TemplateBase.h"#include "clang/AST/Type.h"#include "clang/AST/TypeLoc.h"#include "clang/Basic/LLVM.h"#include "clang/Basic/OperatorKinds.h"#include "clang/Basic/SourceLocation.h"#include "clang/Basic/Specifiers.h"#include "llvm/ADT/ArrayRef.h"#include "llvm/Support/ErrorHandling.h"#include <cassert>#include <cstddef>#include <cstring>#include <memory>#include <optional>Go to the source code of this file.
Functions | |
| static bool | isGLValueFromPointerDeref (const Expr *E) |
| static bool | UnresolvedLookupExprIsVariableOrConceptParameterPack (UnresolvedSetIterator Begin, UnresolvedSetIterator End) |
| static bool | hasOnlyNonStaticMemberFunctions (UnresolvedSetIterator begin, UnresolvedSetIterator end) |
|
static |
Definition at line 1595 of file ExprCXX.cpp.
References clang::cast(), clang::ast_matchers::decl, and clang::isa().
Definition at line 168 of file ExprCXX.cpp.
References clang::Expr::IgnoreParens(), clang::isa(), and isGLValueFromPointerDeref().
Referenced by clang::CXXTypeidExpr::hasNullCheck(), and isGLValueFromPointerDeref().
|
static |
Definition at line 399 of file ExprCXX.cpp.
References clang::Decl::isParameterPack().