Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
DLiveVariables.h25 class DeclRefExpr; variable
DThreadSafetyCommon.h51 class DeclRefExpr; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DComputeDependence.h48 class DeclRefExpr; variable
DStmt.h295 friend class DeclRefExpr; // computeDependence in alignas() local
368 friend class DeclRefExpr; in alignas() local
DExpr.h1250 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() function
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporterVisitors.h33 class DeclRefExpr; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h4120 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument
4141 AST_MATCHER_P(DeclRefExpr, throughUsingDecl, in AST_MATCHER_P() argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExpr.cpp381 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, ValueDecl *D, in DeclRefExpr() function in DeclRefExpr
398 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DSema.h122 class DeclRefExpr; variable