Searched defs:DeclRefExpr (Results 1 – 9 of 9) sorted by relevance
26 class DeclRefExpr; variable
52 class DeclRefExpr; variable
30 class DeclRefExpr; variable
47 class DeclRefExpr; variable
3290 AST_MATCHER_P(DeclRefExpr, to, internal::Matcher<Decl>, in AST_MATCHER_P() argument3311 AST_MATCHER_P(DeclRefExpr, throughUsingDecl, in AST_MATCHER_P() argument
344 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, ValueDecl *D, in DeclRefExpr() function in DeclRefExpr360 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, in DeclRefExpr() function in DeclRefExpr
291 friend class DeclRefExpr; // computeDependence in alignas() local337 friend class DeclRefExpr; in alignas() local
1081 explicit DeclRefExpr(EmptyShell Empty) : Expr(DeclRefExprClass, Empty) {} in DeclRefExpr() function
110 class DeclRefExpr; variable