Home
last modified time | relevance | path

Searched defs:DeclRefExpr (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h25 class DeclRefExpr; variable
H A DThreadSafetyCommon.h53 class DeclRefExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DComputeDependence.h49 class DeclRefExpr; variable
H A DExpr.h1301 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() function
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h35 class DeclRefExpr; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4252 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument
4281 AST_POLYMORPHIC_SUPPORTED_TYPES(DeclRefExpr, in AST_POLYMORPHIC_MATCHER_P()
6927 DeclRefExpr, TemplateSpecializationTypeLoc), in AST_POLYMORPHIC_MATCHER_P() argument
6952 DeclRefExpr, TemplateSpecializationTypeLoc), in AST_POLYMORPHIC_MATCHER_P2() argument
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp430 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, ValueDecl *D, in DeclRefExpr() function in DeclRefExpr
449 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h126 class DeclRefExpr; variable