HomeSort by relevance Sort by last modified time
    Searched refs:DependentTy (Results 1 - 23 of 23) sorted by null

  /external/clang/lib/Sema/
SemaCoroutine.cpp 138 ? S.Context.DependentTy
239 Expr *Res = new (Context) CoawaitExpr(Loc, Context.DependentTy, E);
306 Expr *Res = new (Context) CoyieldExpr(Loc, Context.DependentTy, E);
SemaTemplateVariadic.cpp 522 PackExpansionExpr(Context.DependentTy, Pattern, EllipsisLoc, NumExpansions);
    [all...]
SemaLambda.cpp 368 Result = SubstAutoType(Result, Context.DependentTy);
617 // If it was ever a placeholder, it had to been deduced to DependentTy.
    [all...]
SemaPseudoObject.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprObjC.cpp 504 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR);
    [all...]
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp     [all...]
SemaLookup.cpp     [all...]
SemaCodeComplete.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp 388 setType(C.DependentTy);
458 return new (Mem) DependentScopeDeclRefExpr(C.DependentTy, QualifierLoc,
    [all...]
DeclTemplate.cpp 229 E = new (Context) PackExpansionExpr(Context.DependentTy, E,
    [all...]
DeclCXX.cpp     [all...]
Expr.cpp     [all...]
Type.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 109 milliseconds