Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h25 class DeclRefExpr; variable
H A DThreadSafetyCommon.h53 class DeclRefExpr; variable
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DComputeDependence.h49 class DeclRefExpr; variable
H A DStmt.h300 friend class DeclRefExpr; // computeDependence variable
373 friend class DeclRefExpr; variable
H A DExpr.h1274 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() function
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h35 class DeclRefExpr; variable
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4156 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument
4185 AST_POLYMORPHIC_SUPPORTED_TYPES(DeclRefExpr, in AST_POLYMORPHIC_MATCHER_P()
6674 AST_POLYMORPHIC_SUPPORTED_TYPES(DeclRefExpr, TemplateSpecializationTypeLoc), in AST_POLYMORPHIC_MATCHER_P2()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp482 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, ValueDecl *D, in DeclRefExpr() function in DeclRefExpr
499 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h121 class DeclRefExpr; variable