Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp714 if (DS.getRepAsExpr() && in containsUnexpandedParameterPacks()
715 DS.getRepAsExpr()->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
DSemaCXXScopeSpec.cpp822 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
DDeclSpec.cpp313 if (Expr *E = DS.getRepAsExpr()) in isDeclarationOfFunction()
DSemaExprCXX.cpp331 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorType()
6057 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
DSemaType.cpp1440 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
1451 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
DSemaDeclCXX.cpp2909 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
DSemaDecl.cpp4626 Expr *E = DS.getRepAsExpr(); in RebuildDeclaratorInCurrentInstantiation()
/external/clang/include/clang/Sema/
DDeclSpec.h485 Expr *getRepAsExpr() const { in getRepAsExpr() function
/external/clang/lib/Parse/
DParseDeclCXX.cpp879 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()