Home | History | Annotate | Download | only in AST

Lines Matching defs:DeclRefExpr

953 class DeclRefExpr final
955 private llvm::TrailingObjects<DeclRefExpr, NestedNameSpecifierLoc,
984 DeclRefExpr(const ASTContext &Ctx,
994 explicit DeclRefExpr(EmptyShell Empty)
1002 DeclRefExpr(ValueDecl *D, bool RefersToEnclosingVariableOrCapture, QualType T,
1016 static DeclRefExpr *
1023 static DeclRefExpr *
1032 static DeclRefExpr *CreateEmpty(const ASTContext &Context,
1160 /// \brief Does this DeclRefExpr refer to an enclosing local or a captured