Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp705 if (DS.getRepAsExpr() && in containsUnexpandedParameterPacks()
706 DS.getRepAsExpr()->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
DSemaCXXScopeSpec.cpp705 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
DDeclSpec.cpp304 if (Expr *E = DS.getRepAsExpr()) in isDeclarationOfFunction()
DSemaType.cpp974 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
985 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
DSemaExprCXX.cpp323 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorType()
5471 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnPseudoDestructorExpr()
DSemaDecl.cpp3922 Expr *E = DS.getRepAsExpr(); in RebuildDeclaratorInCurrentInstantiation()
DSemaDeclCXX.cpp2377 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
/external/clang/include/clang/Sema/
DDeclSpec.h478 Expr *getRepAsExpr() const { in getRepAsExpr() function
/external/clang/lib/Parse/
DParseDeclCXX.cpp797 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()