Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h25 class DeclRefExpr; variable
H A DThreadSafetyCommon.h51 class DeclRefExpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h30 class DeclRefExpr; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComputeDependence.h48 class DeclRefExpr; variable
H A DStmt.h295 friend class DeclRefExpr; // computeDependence variable
368 friend class DeclRefExpr; variable
H A DExpr.h1253 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4108 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument
4129 AST_MATCHER_P(DeclRefExpr, throughUsingDecl, in AST_MATCHER_P() argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A 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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h119 class DeclRefExpr; variable