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.cpp852 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
DDeclSpec.cpp317 if (Expr *E = DS.getRepAsExpr()) in isDeclarationOfFunction()
DSemaType.cpp1531 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
1542 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
DSemaExprCXX.cpp331 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorType()
6333 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
DSemaDeclCXX.cpp2912 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
DSemaDecl.cpp4757 Expr *E = DS.getRepAsExpr(); in RebuildDeclaratorInCurrentInstantiation()
/external/clang/include/clang/Sema/
DDeclSpec.h495 Expr *getRepAsExpr() const { in getRepAsExpr() function
/external/clang/lib/Parse/
DParseDeclCXX.cpp879 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()