Lines Matching defs:Loc
160 void setBase(SourceLocation Loc, DeclarationName Entity) { }
356 Decl *TransformDecl(SourceLocation Loc, Decl *D) { return D; }
362 Decl *TransformDefinition(SourceLocation Loc, Decl *D) {
363 return getDerived().TransformDecl(Loc, D);
375 NamedDecl *TransformFirstQualifierInScope(NamedDecl *D, SourceLocation Loc) {
376 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D));
520 bool TransformFunctionTypeParams(SourceLocation Loc,
698 QualType RebuildTypeOfExprType(Expr *Underlying, SourceLocation Loc);
708 SourceLocation Loc);
714 QualType RebuildDecltypeType(Expr *Underlying, SourceLocation Loc);
1288 StmtResult RebuildSEHExceptStmt(SourceLocation Loc,
1291 return getSema().ActOnSEHExceptBlock(Loc,FilterExpr,Block);
1294 StmtResult RebuildSEHFinallyStmt(SourceLocation Loc,
1296 return getSema().ActOnSEHFinallyBlock(Loc,Block);
1879 ExprResult RebuildCXXDefaultArgExpr(SourceLocation Loc,
1881 return getSema().Owned(CXXDefaultArgExpr::Create(getSema().Context, Loc,
2019 SourceLocation Loc,
2027 if (getSema().CompleteConstructorCall(Constructor, move(Args), Loc,
2031 return getSema().BuildCXXConstructExpr(Loc, T, Constructor, IsElidable,
2762 SourceLocation Loc = getDerived().getBaseLocation();
2770 SemaRef.Context.getTrivialTypeSourceInfo(Arg.getAsType(), Loc));
2779 Builder.MakeTrivial(SemaRef.Context, DTN->getQualifier(), Loc);
2781 Builder.MakeTrivial(SemaRef.Context, QTN->getQualifier(), Loc);
2786 Loc);
2790 Loc, Loc);
3153 llvm_unreachable("unhandled type loc!");
3809 TransformFunctionTypeParams(SourceLocation Loc,
3930 if (getDerived().TryExpandParameterPacks(Loc, SourceRange(),
8211 SourceLocation Loc) {
8212 return SemaRef.BuildTypeofExprType(E, Loc);
8222 SourceLocation Loc) {
8223 return SemaRef.BuildDecltypeType(E, Loc);
8229 SourceLocation Loc) {
8230 return SemaRef.BuildUnaryTransformType(BaseType, UKind, Loc);