Searched defs:DeclRefExpr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp306 void DeclRefExpr::computeDependence(const ASTContext &Ctx) {
322 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx, function in class:DeclRefExpr
356 assert(!Dependent && "built a DeclRefExpr with dependent template args");
368 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context,
384 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context,
406 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
407 return new (Mem) DeclRefExpr(Contex
[all...]
/external/clang/include/clang/AST/
H A DExpr.h932 class DeclRefExpr final
934 private llvm::TrailingObjects<DeclRefExpr, NestedNameSpecifierLoc,
963 DeclRefExpr(const ASTContext &Ctx,
973 explicit DeclRefExpr(EmptyShell Empty) function in class:clang::final
981 DeclRefExpr(ValueDecl *D, bool RefersToEnclosingVariableOrCapture, QualType T, function in class:clang::final
995 static DeclRefExpr *
1002 static DeclRefExpr *
1011 static DeclRefExpr *CreateEmpty(const ASTContext &Context,
1139 /// \brief Does this DeclRefExpr refer to an enclosing local or a captured

Completed in 135 milliseconds