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 331 void DeclRefExpr::computeDependence(ASTContext &Ctx) {
365 DeclRefExpr::DeclRefExpr(ASTContext &Ctx,
402 DeclRefExpr *DeclRefExpr::Create(ASTContext &Context,
418 DeclRefExpr *DeclRefExpr::Create(ASTContext &Context,
432 std::size_t Size = sizeof(DeclRefExpr);
442 void *Mem = Context.Allocate(Size, llvm::alignOf<DeclRefExpr>());
443 return new (Mem) DeclRefExpr(Context, QualifierLoc, TemplateKWLoc, D
    [all...]
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 915 milliseconds