Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp854 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in ActOnCXXNestedNameSpecifierDecltype()
H A DSemaExprCXX.cpp471 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in getDestructorTypeForDecltype()
7677 QualType T = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc(), in ActOnPseudoDestructorExpr()
H A DSemaType.cpp1627 Result = S.BuildDecltypeType(E, DS.getTypeSpecTypeLoc()); in ConvertDeclSpecToType()
8958 QualType Sema::BuildDecltypeType(Expr *E, SourceLocation Loc, in BuildDecltypeType() function in Sema
H A DSemaTemplateDeduction.cpp4780 QualType Deduced = BuildDecltypeType(Init, Init->getBeginLoc(), false); in DeduceAutoType()
H A DSemaTemplate.cpp1267 BuildDecltypeType(Ref, NTTP->getLocation()), NTTP->getLocation(), in AttachTypeConstraint()
H A DTreeTransform.h14385 return SemaRef.BuildDecltypeType(E, Loc); in RebuildDecltypeType()
H A DSemaDeclCXX.cpp4217 BaseType = BuildDecltypeType(DS.getRepAsExpr(), DS.getTypeSpecTypeLoc()); in BuildMemInitializer()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2305 QualType BuildDecltypeType(Expr *E, SourceLocation Loc,