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 331 setType(C.DependentTy);
401 return new (Mem) DependentScopeDeclRefExpr(C.DependentTy, QualifierLoc,
    [all...]
DeclTemplate.cpp 198 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 456 QualType MethodTy = Context.getFunctionType(Context.DependentTy,
481 != Context.DependentTy;
    [all...]
SemaPseudoObject.cpp     [all...]
SemaTemplateVariadic.cpp 511 return Owned(new (Context) PackExpansionExpr(Context.DependentTy, Pattern,
SemaOverload.cpp     [all...]
SemaExpr.cpp     [all...]
SemaExprObjC.cpp 423 new (Context) ObjCBoxedExpr(ValueExpr, Context.DependentTy, NULL, SR);
    [all...]
SemaDecl.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaType.cpp 771 Result = Context.DependentTy;
    [all...]
SemaStmt.cpp     [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 754 CanQualType DependentTy, OverloadTy, BoundMemberTy, UnknownAnyTy;
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 236 milliseconds