Searched defs:TInfo (Results 26 - 33 of 33) sorted by relevance

12

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp499 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation()); local
500 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
3109 TypeSourceInfo *TInfo local
3114 TInfo);
H A DRewriteModernObjC.cpp546 TypeSourceInfo *TInfo = Ctx->getTrivialTypeSourceInfo(Ty, SourceLocation()); local
547 return CStyleCastExpr::Create(*Ctx, Ty, VK_RValue, Kind, E, 0, TInfo,
3607 TypeSourceInfo *TInfo local
3612 TInfo);
/external/clang/lib/Sema/
H A DSemaTemplate.cpp677 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
678 QualType T = TInfo->getType();
707 IsParameterPack, TInfo);
H A DSemaDecl.cpp1507 Loc, Loc, II, R, /*TInfo=*/0,
1521 FT->getArgType(i), /*TInfo=*/0,
2235 *ParamType, /*TInfo=*/0,
3099 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); local
3100 assert(TInfo && "couldn't build declarator info for anonymous struct/union");
3110 TInfo,
3136 TInfo, SC, SCAsWritten);
3197 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); local
3198 assert(TInfo && "couldn't build declarator info for anonymous struct");
3207 TInfo,
3268 TypeSourceInfo *TInfo; local
3280 TypeSourceInfo *TInfo; local
3315 TypeSourceInfo *TInfo; local
3666 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
3925 ActOnTypedefDeclarator(Scope* S, Declarator& D, DeclContext* DC, TypeSourceInfo *TInfo, LookupResult &Previous) argument
4147 ActOnVariableDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists) argument
4971 CreateNewFunctionDecl(Sema &SemaRef, Declarator &D, DeclContext *DC, QualType &R, TypeSourceInfo *TInfo, FunctionDecl::StorageClass SC, bool &IsVirtualOkay) argument
5131 ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists, bool &AddToScope) argument
7282 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
8099 ParseTypedefDecl(Scope *S, Declarator &D, QualType T, TypeSourceInfo *TInfo) argument
9266 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
9352 CheckFieldDecl(DeclarationName Name, QualType T, TypeSourceInfo *TInfo, RecordDecl *Record, SourceLocation Loc, bool Mutable, Expr *BitWidth, InClassInitStyle InitStyle, SourceLocation TSSL, AccessSpecifier AS, NamedDecl *PrevDecl, Declarator *D) argument
9757 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
[all...]
H A DSemaDeclCXX.cpp1029 TypeSourceInfo *TInfo,
1031 QualType BaseType = TInfo->getType();
1042 !TInfo->getType()->containsUnexpandedParameterPack()) {
1044 << TInfo->getTypeLoc().getSourceRange();
1051 Access, TInfo, EllipsisLoc);
1053 SourceLocation BaseLoc = TInfo->getTypeLoc().getBeginLoc();
1102 Access, TInfo, EllipsisLoc);
1123 TypeSourceInfo *TInfo = 0;
1124 GetTypeFromParser(basetype, &TInfo);
1127 DiagnoseUnexpandedParameterPack(SpecifierRange.getBegin(), TInfo,
1026 CheckBaseSpecifier(CXXRecordDecl *Class, SourceRange SpecifierRange, bool Virtual, AccessSpecifier Access, TypeSourceInfo *TInfo, SourceLocation EllipsisLoc) argument
1903 TypeSourceInfo *TInfo = 0; local
2269 BuildDelegatingInitializer(TypeSourceInfo *TInfo, Expr *Init, CXXRecordDecl *ClassDecl) argument
6537 TypeSourceInfo *TInfo = 0; local
9622 BuildExceptionDeclaration(Scope *S, TypeSourceInfo *TInfo, SourceLocation StartLoc, SourceLocation Loc, IdentifierInfo *Name) argument
9742 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
10117 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
[all...]
H A DSemaExpr.cpp3080 Sema::CreateUnaryExprOrTypeTraitExpr(TypeSourceInfo *TInfo, argument
3084 if (!TInfo)
3087 QualType T = TInfo->getType();
3094 return Owned(new (Context) UnaryExprOrTypeTraitExpr(ExprKind, TInfo,
3151 TypeSourceInfo *TInfo; local
3152 (void) GetTypeFromParser(ParsedType::getFromOpaquePtr(TyOrEx), &TInfo); local
3153 return CreateUnaryExprOrTypeTraitExpr(TInfo, OpLoc, ExprKind, ArgRange);
4131 TypeSourceInfo *TInfo; local
4132 QualType literalType = GetTypeFromParser(Ty, &TInfo);
4133 if (!TInfo)
4140 BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *LiteralExpr) argument
4524 BuildVectorLiteral(SourceLocation LParenLoc, SourceLocation RParenLoc, Expr *E, TypeSourceInfo *TInfo) argument
8995 BuildBuiltinOffsetOf(SourceLocation BuiltinLoc, TypeSourceInfo *TInfo, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument
9518 TypeSourceInfo *TInfo; local
9523 BuildVAArgExpr(SourceLocation BuiltinLoc, Expr *E, TypeSourceInfo *TInfo, SourceLocation RPLoc) argument
[all...]
H A DTreeTransform.h1202 TypeSourceInfo *TInfo, QualType T) {
1203 return getSema().BuildObjCExceptionDecl(TInfo, T,
1452 ExprResult RebuildUnaryExprOrTypeTrait(TypeSourceInfo *TInfo, argument
1456 return getSema().CreateUnaryExprOrTypeTraitExpr(TInfo, OpLoc, ExprKind, R);
1585 TypeSourceInfo *TInfo,
1588 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc,
1597 TypeSourceInfo *TInfo,
1600 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc,
1675 Expr *SubExpr, TypeSourceInfo *TInfo,
1678 SubExpr, TInfo,
1201 RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *TInfo, QualType T) argument
1584 RebuildCStyleCastExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *SubExpr) argument
1596 RebuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *Init) argument
1674 RebuildVAArgExpr(SourceLocation BuiltinLoc, Expr *SubExpr, TypeSourceInfo *TInfo, SourceLocation RParenLoc) argument
1760 RebuildCXXNamedCastExpr(SourceLocation OpLoc, Stmt::StmtClass Class, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1799 RebuildCXXStaticCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1816 RebuildCXXDynamicCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1833 RebuildCXXReinterpretCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1850 RebuildCXXConstCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1867 RebuildCXXFunctionalCastExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, Expr *Sub, SourceLocation RParenLoc) argument
6724 TypeSourceInfo *TInfo = getDerived().TransformType(E->getWrittenTypeInfo()); local
7032 TypeSourceInfo *TInfo local
7071 TypeSourceInfo *TInfo local
[all...]
/external/clang/lib/AST/
H A DASTContext.cpp453 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(T); local
470 TInfo,
482 TInfo);
690 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(Int128Ty); local
696 TInfo);
704 TypeSourceInfo *TInfo = getTrivialTypeSourceInfo(UnsignedInt128Ty); local
710 TInfo);
1713 TypeSourceInfo *TInfo = local
1715 new (TInfo) TypeSourceInfo(T);
1716 return TInfo;
5305 TypeSourceInfo *TInfo local
5320 TypeSourceInfo *TInfo local
5397 TypeSourceInfo *TInfo local
5471 TypeSourceInfo *TInfo local
[all...]

Completed in 289 milliseconds

12