Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp875 QualType T = BuildDecltypeType(DS.getRepAsExpr()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp474 QualType T = BuildDecltypeType(DS.getRepAsExpr()); in getDestructorTypeForDecltype()
7966 QualType T = BuildDecltypeType(DS.getRepAsExpr(), /*AsUnevaluated=*/false); in ActOnPseudoDestructorExpr()
H A DSemaType.cpp1624 Result = S.BuildDecltypeType(E); in ConvertDeclSpecToType()
9199 QualType Sema::BuildDecltypeType(Expr *E, bool AsUnevaluated) { in BuildDecltypeType() function in Sema
H A DSemaTemplate.cpp1271 BuildDecltypeType(Ref), NTTP->getLocation(), in AttachTypeConstraint()
H A DSemaDeclCXX.cpp4266 BaseType = BuildDecltypeType(DS.getRepAsExpr()); in BuildMemInitializer()
H A DTreeTransform.h14748 return SemaRef.BuildDecltypeType(E); in RebuildDecltypeType()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2508 QualType BuildDecltypeType(Expr *E, bool AsUnevaluated = true);