HomeSort by relevance Sort by last modified time
    Searched defs:DeclRefExpr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
Expr.cpp 306 void DeclRefExpr::computeDependence(const ASTContext &Ctx) {
340 DeclRefExpr::DeclRefExpr(const ASTContext &Ctx,
377 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context,
393 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context,
407 std::size_t Size = sizeof(DeclRefExpr);
417 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
418 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLoc, D
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 268 milliseconds