Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp875 if (DS.getRepAsExpr() && in containsUnexpandedParameterPacks()
876 DS.getRepAsExpr()->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
H A DSemaCXXScopeSpec.cpp868 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DDeclSpec.cpp387 if (Expr *E = DS.getRepAsExpr()) in isDeclarationOfFunction()
H A DSemaType.cpp1445 DS.getRepAsExpr(), DS.getBeginLoc()); in ConvertDeclSpecToType()
1616 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
1627 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
H A DSemaExprCXX.cpp471 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorTypeForDecltype()
7725 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
H A DSemaDeclCXX.cpp4217 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
H A DSemaDecl.cpp5597 Expr *E = DS.getRepAsExpr(); in RebuildDeclaratorInCurrentInstantiation()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h494 Expr *getRepAsExpr() const { in getRepAsExpr() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp1118 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()