Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaTemplateVariadic.cpp714 if (DS.getRepAsExpr() && in containsUnexpandedParameterPacks()
715 DS.getRepAsExpr()->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
HDSemaCXXScopeSpec.cpp819 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
HDDeclSpec.cpp321 if (Expr *E = DS.getRepAsExpr()) in isDeclarationOfFunction()
HDSemaExprCXX.cpp331 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorType()
5979 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
HDSemaType.cpp1419 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
1430 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
HDSemaDeclCXX.cpp2902 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
HDSemaDecl.cpp4553 Expr *E = DS.getRepAsExpr(); in RebuildDeclaratorInCurrentInstantiation()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDDeclSpec.h489 Expr *getRepAsExpr() const { in getRepAsExpr() function
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseDeclCXX.cpp872 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()