Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h26 class DeclRefExpr; variable
H A DThreadSafetyCommon.h52 class DeclRefExpr; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h30 class DeclRefExpr; variable
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DClangForward.h47 class DeclRefExpr; variable
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3290 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument
3311 AST_MATCHER_P(DeclRefExpr, throughUsingDecl, in AST_MATCHER_P() argument
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp344 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, ValueDecl *D, in DeclRefExpr() function in DeclRefExpr
360 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DStmt.h291 friend class DeclRefExpr; // computeDependence in alignas() local
337 friend class DeclRefExpr; in alignas() local
H A DExpr.h1081 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h110 class DeclRefExpr; variable