Home
last modified time | relevance | path

Searched refs:getRepAsExpr (Results 1 – 17 of 17) 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/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp875 if (DS.getRepAsExpr() && in containsUnexpandedParameterPacks()
876 DS.getRepAsExpr()->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
DSemaCXXScopeSpec.cpp854 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
DDeclSpec.cpp386 if (Expr *E = DS.getRepAsExpr()) in isDeclarationOfFunction()
DSemaType.cpp1464 DS.getRepAsExpr(), DS.getBeginLoc()); in ConvertDeclSpecToType()
1625 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
1636 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
DSemaExprCXX.cpp471 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorTypeForDecltype()
7603 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
DSemaDeclCXX.cpp4196 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
DSemaDecl.cpp5514 Expr *E = DS.getRepAsExpr(); in RebuildDeclaratorInCurrentInstantiation()
/external/llvm-project/clang/include/clang/Sema/
DDeclSpec.h494 Expr *getRepAsExpr() const { in getRepAsExpr() function
/external/clang/lib/Parse/
DParseDeclCXX.cpp879 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()
/external/llvm-project/clang/lib/Parse/
DParseDeclCXX.cpp1063 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()