Searched refs:getRepAsExpr (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp705 if (DS.getRepAsExpr() &&
706 DS.getRepAsExpr()->containsUnexpandedParameterPack())
H A DDeclSpec.cpp297 if (Expr *E = DS.getRepAsExpr())
H A DSemaCXXScopeSpec.cpp757 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc());
H A DSemaExprCXX.cpp326 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc());
5596 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc());
H A DSemaType.cpp963 Expr *E = DS.getRepAsExpr();
974 Expr *E = DS.getRepAsExpr();
H A DSemaDecl.cpp4208 Expr *E = DS.getRepAsExpr();
H A DSemaDeclCXX.cpp2632 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc());
/external/clang/include/clang/Sema/
H A DDeclSpec.h479 Expr *getRepAsExpr() const { function in class:clang::DeclSpec
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp849 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() :

Completed in 299 milliseconds