Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp851 QualType T = BuildDecltypeType(DS.getRepAsExpr()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp480 QualType T = BuildDecltypeType(DS.getRepAsExpr()); in getDestructorTypeForDecltype()
8110 QualType T = BuildDecltypeType(DS.getRepAsExpr(), /*AsUnevaluated=*/false); in ActOnPseudoDestructorExpr()
H A DSemaType.cpp1663 Result = S.BuildDecltypeType(E); in ConvertDeclSpecToType()
9787 QualType Sema::BuildDecltypeType(Expr *E, bool AsUnevaluated) { in BuildDecltypeType() function in Sema
H A DSemaTemplate.cpp1294 BuildDecltypeType(Ref), OrigConstrainedParm->getLocation(), in AttachTypeConstraint()
H A DTreeTransform.h15207 return SemaRef.BuildDecltypeType(E); in RebuildDecltypeType()
H A DSemaDeclCXX.cpp4493 BaseType = BuildDecltypeType(DS.getRepAsExpr()); in BuildMemInitializer()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2605 QualType BuildDecltypeType(Expr *E, bool AsUnevaluated = true);