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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp875 if (DS.getRepAsExpr() &&
876 DS.getRepAsExpr()->containsUnexpandedParameterPack())
H A DSemaCXXScopeSpec.cpp854 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc());
H A DDeclSpec.cpp387 if (Expr *E = DS.getRepAsExpr())
H A DSemaType.cpp1444 DS.getRepAsExpr(), DS.getBeginLoc());
1613 Expr *E = DS.getRepAsExpr();
1624 Expr *E = DS.getRepAsExpr();
H A DSemaExprCXX.cpp471 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc());
7677 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(),
H A DSemaDecl.cpp5534 Expr *E = DS.getRepAsExpr();
H A DSemaDeclCXX.cpp4217 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc());
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h494 Expr *getRepAsExpr() const { function in class:clang::DeclSpec
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1082 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() :

Completed in 418 milliseconds