Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp875 if (DS.getRepAsExpr() && in containsUnexpandedParameterPacks()
876 DS.getRepAsExpr()->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
H A DSemaCXXScopeSpec.cpp854 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DDeclSpec.cpp387 if (Expr *E = DS.getRepAsExpr()) in isDeclarationOfFunction()
H A DSemaType.cpp1444 DS.getRepAsExpr(), DS.getBeginLoc()); in ConvertDeclSpecToType()
1613 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
1624 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
H A DSemaExprCXX.cpp471 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorTypeForDecltype()
7677 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
H A DSemaDeclCXX.cpp4217 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
H A DSemaDecl.cpp5534 Expr *E = DS.getRepAsExpr(); in RebuildDeclaratorInCurrentInstantiation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h494 Expr *getRepAsExpr() const { in getRepAsExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseDeclCXX.cpp1082 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()