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.cpp819 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
DDeclSpec.cpp321 if (Expr *E = DS.getRepAsExpr()) in isDeclarationOfFunction()
DSemaType.cpp991 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
1002 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
DSemaExprCXX.cpp332 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorType()
5726 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
DSemaDeclCXX.cpp2931 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
DSemaDecl.cpp4452 Expr *E = DS.getRepAsExpr(); in RebuildDeclaratorInCurrentInstantiation()
/external/clang/include/clang/Sema/
DDeclSpec.h496 Expr *getRepAsExpr() const { in getRepAsExpr() function
/external/clang/lib/Parse/
DParseDeclCXX.cpp871 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()