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

  /external/clang/lib/AST/
ExprCXX.cpp 306 setType(C.DependentTy);
376 return new (Mem) DependentScopeDeclRefExpr(C.DependentTy, QualifierLoc,
    [all...]
DeclTemplate.cpp 182 E = new (Context) PackExpansionExpr(Context.DependentTy, E,
    [all...]
DeclCXX.cpp     [all...]
Type.cpp     [all...]
ASTContext.cpp 451 // DependentTy and users should never see it; however, it is here to
454 InitBuiltinType(DependentTy, BuiltinType::Dependent);
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp 242 QualType MethodTy = Context.getFunctionType(Context.DependentTy,
266 != Context.DependentTy;
    [all...]
SemaTemplateVariadic.cpp 473 return Owned(new (Context) PackExpansionExpr(Context.DependentTy, Pattern,
SemaPseudoObject.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
SemaExprObjC.cpp 400 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, NULL, SR);
    [all...]
SemaType.cpp 649 Result = Context.DependentTy;
    [all...]
SemaDecl.cpp     [all...]
SemaStmt.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 569 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 74 milliseconds