Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp832 if (DS.getRepAsExpr() && in containsUnexpandedParameterPacks()
833 DS.getRepAsExpr()->containsUnexpandedParameterPack()) in containsUnexpandedParameterPacks()
H A DSemaCXXScopeSpec.cpp850 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DDeclSpec.cpp373 if (Expr *E = DS.getRepAsExpr()) in isDeclarationOfFunction()
H A DSemaExprCXX.cpp392 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorTypeForDecltype()
7139 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
H A DSemaType.cpp1526 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
1537 Expr *E = DS.getRepAsExpr(); in ConvertDeclSpecToType()
H A DSemaDeclCXX.cpp3879 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
H A DSemaDecl.cpp5146 Expr *E = DS.getRepAsExpr(); in RebuildDeclaratorInCurrentInstantiation()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h500 Expr *getRepAsExpr() const { in getRepAsExpr() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseDeclCXX.cpp1038 DS.getTypeSpecType() == TST_decltype ? DS.getRepAsExpr() : in AnnotateExistingDecltypeSpecifier()