Searched refs:getRepAsExpr (Results 1 – 17 of 17) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 714 if (DS.getRepAsExpr() && in containsUnexpandedParameterPacks() 715 DS.getRepAsExpr()->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
|
D | SemaCXXScopeSpec.cpp | 852 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
|
D | DeclSpec.cpp | 317 if (Expr *E = DS.getRepAsExpr()) in isDeclarationOfFunction()
|
D | SemaType.cpp | 1531 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType() 1542 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
|
D | SemaExprCXX.cpp | 331 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorType() 6333 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
|
D | SemaDeclCXX.cpp | 2912 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
|
D | SemaDecl.cpp | 4757 Expr *E = DS.getRepAsExpr(); in RebuildDeclaratorInCurrentInstantiation()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 875 if (DS.getRepAsExpr() && in containsUnexpandedParameterPacks() 876 DS.getRepAsExpr()->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
|
D | SemaCXXScopeSpec.cpp | 854 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
|
D | DeclSpec.cpp | 386 if (Expr *E = DS.getRepAsExpr()) in isDeclarationOfFunction()
|
D | SemaType.cpp | 1464 DS.getRepAsExpr(), DS.getBeginLoc()); in ConvertDeclSpecToType() 1625 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType() 1636 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
|
D | SemaExprCXX.cpp | 471 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorTypeForDecltype() 7603 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
|
D | SemaDeclCXX.cpp | 4196 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
|
D | SemaDecl.cpp | 5514 Expr *E = DS.getRepAsExpr(); in RebuildDeclaratorInCurrentInstantiation()
|
/external/llvm-project/clang/include/clang/Sema/ |
D | DeclSpec.h | 494 Expr *getRepAsExpr() const { in getRepAsExpr() function
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 879 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()
|
/external/llvm-project/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 1063 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()
|