Home
last modified time | relevance | path

Searched refs:BuildDecltypeType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp794 QualType T = BuildDecltypeType(DS.getRepAsExpr()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp479 QualType T = BuildDecltypeType(DS.getRepAsExpr()); in getDestructorTypeForDecltype()
8326 T = BuildDecltypeType(DS.getRepAsExpr(), /*AsUnevaluated=*/false); in ActOnPseudoDestructorExpr()
H A DSemaType.cpp1261 Result = S.BuildDecltypeType(E); in ConvertDeclSpecToType()
9470 QualType Sema::BuildDecltypeType(Expr *E, bool AsUnevaluated) { in BuildDecltypeType() function in Sema
H A DSemaTemplate.cpp1249 TL.getRAngleLoc(), BuildDecltypeType(Ref), in AttachTypeConstraint()
H A DSemaDeclCXX.cpp4343 BaseType = BuildDecltypeType(DS.getRepAsExpr()); in BuildMemInitializer()
H A DTreeTransform.h16240 return SemaRef.BuildDecltypeType(E); in RebuildDecltypeType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h14858 QualType BuildDecltypeType(Expr *E, bool AsUnevaluated = true);