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

  /external/clang/lib/AST/
ExprCXX.cpp 394 setType(C.DependentTy);
465 return new (Mem) DependentScopeDeclRefExpr(C.DependentTy, QualifierLoc,
    [all...]
DeclTemplate.cpp 199 E = new (Context) PackExpansionExpr(Context.DependentTy, E,
    [all...]
DeclCXX.cpp     [all...]
Type.cpp     [all...]
Expr.cpp     [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/Sema/
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...]
SemaTemplateVariadic.cpp 513 PackExpansionExpr(Context.DependentTy, Pattern, EllipsisLoc, NumExpansions);
    [all...]
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp 447 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, nullptr, SR);
    [all...]
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaTemplateDeduction.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp 773 Result = Context.DependentTy;
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 786 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 177 milliseconds