Searched refs:TInfo (Results 1 - 25 of 49) sorted by relevance

12

/external/clang/include/clang/Sema/
H A DLocInfoType.h38 LocInfoType(QualType ty, TypeSourceInfo *TInfo) argument
43 DeclInfo(TInfo) {
/external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
H A DSDL_syssem.cpp96 struct TInfo struct
98 TInfo(TInt aTime, TInt aHandle) : function in struct:TInfo
109 TInfo* info = STATIC_CAST(TInfo*, aInfo);
157 TInfo* info = new (ELeave)TInfo(timeout, sem->handle);
/external/clang/lib/AST/
H A DDeclarationName.cpp446 NamedType.TInfo = 0;
479 if (TypeSourceInfo *TInfo = LocInfo.NamedType.TInfo)
480 return TInfo->getType()->containsUnexpandedParameterPack();
501 if (TypeSourceInfo *TInfo = LocInfo.NamedType.TInfo)
502 return TInfo->getType()->isInstantiationDependentType();
531 if (TypeSourceInfo *TInfo = LocInfo.NamedType.TInfo) {
536 OS << TInfo
[all...]
H A DDecl.cpp1053 getExtInfo()->TInfo = savedTInfo;
1062 TypeSourceInfo *savedTInfo = getExtInfo()->TInfo;
1086 getExtInfo()->TInfo = savedTInfo;
1138 if (TypeSourceInfo *TInfo = getTypeSourceInfo()) {
1139 if (typeIsPostfix(TInfo->getType()))
1140 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
1187 IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo,
1189 return new (C) VarDecl(Var, DC, StartL, IdL, Id, T, TInfo, S, SCAsWritten);
1559 QualType T, TypeSourceInfo *TInfo,
1562 return new (C) ParmVarDecl(ParmVar, DC, StartLoc, IdLoc, Id, T, TInfo,
1185 Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, SourceLocation IdL, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S, StorageClass SCAsWritten) argument
1556 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S, StorageClass SCAsWritten, Expr *DefArg) argument
2480 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
2898 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, StorageClass SC, StorageClass SCAsWritten, bool isInlineSpecified, bool hasWrittenPrototype, bool isConstexprSpecified) argument
2969 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
2982 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
[all...]
H A DDeclCXX.cpp1345 QualType T, TypeSourceInfo *TInfo,
1348 return new (C) CXXMethodDecl(CXXMethod, RD, StartLoc, NameInfo, T, TInfo,
1499 TypeSourceInfo *TInfo, bool IsVirtual,
1503 : Initializee(TInfo), MemberOrEllipsisLocation(EllipsisLoc), Init(Init),
1532 TypeSourceInfo *TInfo,
1535 : Initializee(TInfo), MemberOrEllipsisLocation(), Init(Init),
1621 QualType T, TypeSourceInfo *TInfo,
1627 return new (C) CXXConstructorDecl(RD, StartLoc, NameInfo, T, TInfo,
1771 QualType T, TypeSourceInfo *TInfo,
1776 return new (C) CXXDestructorDecl(RD, StartLoc, NameInfo, T, TInfo, isInlin
1342 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isStatic, StorageClass SCAsWritten, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
1498 CXXCtorInitializer(ASTContext &Context, TypeSourceInfo *TInfo, bool IsVirtual, SourceLocation L, Expr *Init, SourceLocation R, SourceLocation EllipsisLoc) argument
1531 CXXCtorInitializer(ASTContext &Context, TypeSourceInfo *TInfo, SourceLocation L, Expr *Init, SourceLocation R) argument
1618 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isExplicit, bool isInline, bool isImplicitlyDeclared, bool isConstexpr) argument
1768 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isImplicitlyDeclared) argument
1791 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isExplicit, bool isConstexpr, SourceLocation EndLocation) argument
[all...]
H A DDeclTemplate.cpp510 TypeSourceInfo *TInfo,
514 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
533 TypeSourceInfo *TInfo) {
535 T, ParameterPack, TInfo);
543 TypeSourceInfo *TInfo,
551 D, P, Id, T, TInfo,
504 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, const QualType *ExpandedTypes, unsigned NumExpandedTypes, TypeSourceInfo **ExpandedTInfos) argument
529 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
539 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, const QualType *ExpandedTypes, unsigned NumExpandedTypes, TypeSourceInfo **ExpandedTInfos) argument
H A DASTImporter.cpp2172 TypeSourceInfo *TInfo = Importer.Import(D->getTypeSourceInfo());
2179 TInfo);
2184 TInfo);
2511 TypeSourceInfo *TInfo = Importer.Import(D->getTypeSourceInfo()); local
2517 NameInfo, T, TInfo,
2526 NameInfo, T, TInfo,
2534 NameInfo, T, TInfo,
2543 NameInfo, T, TInfo,
2552 NameInfo, T, TInfo, D->getStorageClass(),
2631 TypeSourceInfo *TInfo
3994 TypeSourceInfo *TInfo = Importer.Import(E->getArgumentTypeInfo()); local
[all...]
/external/clang/tools/libclang/
H A DIndexTypeSourceInfo.cpp97 void IndexingContext::indexTypeSourceInfo(TypeSourceInfo *TInfo, argument
100 if (!TInfo || TInfo->getTypeLoc().isNull())
103 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC);
H A DRecursiveASTVisitor.h735 if (TypeSourceInfo *TInfo = Init->getTypeSourceInfo())
736 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
1191 if (TypeSourceInfo *TInfo = D->getSignatureAsWritten())
1192 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
2089 if (TypeSourceInfo *TInfo = S->getEncodedTypeSourceInfo())
2090 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp61 void lookForAttribute(Decl *D, TypeSourceInfo *TInfo) { argument
62 if (!TInfo)
64 TypeLoc TL = TInfo->getTypeLoc();
248 TypeSourceInfo *TInfo = PD->getTypeSourceInfo(); local
249 if (!TInfo)
251 TypeLoc TL = TInfo->getTypeLoc();
254 if (TInfo->getType().getObjCLifetime() == Qualifiers::OCL_Weak) {
256 } else if (TInfo->getType().getObjCLifetime() == Qualifiers::OCL_Strong)
/external/clang/include/clang/AST/
H A DDecl.h588 // A struct representing both a TInfo and a syntactic qualifier,
591 TypeSourceInfo *TInfo; member in struct:clang::DeclaratorDecl::ExtInfo
606 DeclarationName N, QualType T, TypeSourceInfo *TInfo,
608 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
614 ? getExtInfo()->TInfo
619 getExtInfo()->TInfo = TI;
817 QualType T, TypeSourceInfo *TInfo, StorageClass SC,
819 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), Init() {
846 IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo,
1246 QualType T, TypeSourceInfo *TInfo,
605 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL) argument
[all...]
H A DDeclFriend.h110 else if (TypeSourceInfo *TInfo = getFriendType())
111 return SourceRange(getFriendLoc(), TInfo->getTypeLoc().getEndLoc());
H A DDeclarationName.h397 TypeSourceInfo* TInfo; member in struct:clang::DeclarationNameLoc::__anon3272::__anon3273
465 return LocInfo.NamedType.TInfo;
469 void setNamedTypeInfo(TypeSourceInfo *TInfo) { argument
473 LocInfo.NamedType.TInfo = TInfo;
H A DDeclCXX.h207 TypeSourceInfo *TInfo, SourceLocation EllipsisLoc)
209 Access(A), InheritConstructors(false), BaseTypeInfo(TInfo) { }
1526 QualType T, TypeSourceInfo *TInfo,
1529 : FunctionDecl(DK, RD, StartLoc, NameInfo, T, TInfo,
1540 QualType T, TypeSourceInfo *TInfo,
1737 CXXCtorInitializer(ASTContext &Context, TypeSourceInfo *TInfo, bool IsVirtual,
1755 CXXCtorInitializer(ASTContext &Context, TypeSourceInfo *TInfo,
1955 QualType T, TypeSourceInfo *TInfo,
1958 : CXXMethodDecl(CXXConstructor, RD, StartLoc, NameInfo, T, TInfo, false,
1970 QualType T, TypeSourceInfo *TInfo,
206 CXXBaseSpecifier(SourceRange R, bool V, bool BC, AccessSpecifier A, TypeSourceInfo *TInfo, SourceLocation EllipsisLoc) argument
1524 CXXMethodDecl(Kind DK, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isStatic, StorageClass SCAsWritten, bool isInline, bool isConstexpr, SourceLocation EndLocation) argument
2174 CXXDestructorDecl(CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isImplicitlyDeclared) argument
2241 CXXConversionDecl(CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isExplicitSpecified, bool isConstexpr, SourceLocation EndLocation) argument
[all...]
H A DTemplateBase.h336 TemplateArgumentLocInfo(TypeSourceInfo *TInfo) : Declarator(TInfo) {} argument
386 TemplateArgumentLoc(const TemplateArgument &Argument, TypeSourceInfo *TInfo) argument
387 : Argument(Argument), LocInfo(TInfo) {
H A DExpr.h1855 UnaryExprOrTypeTraitExpr(UnaryExprOrTypeTrait ExprKind, TypeSourceInfo *TInfo,
1861 TInfo->getType()->isDependentType(),
1862 TInfo->getType()->isInstantiationDependentType(),
1863 TInfo->getType()->containsUnexpandedParameterPack()),
1867 Argument.Ty = TInfo;
1914 void setArgument(TypeSourceInfo *TInfo) { argument
1915 Argument.Ty = TInfo;
2689 /// TInfo - Source type info for the (written) type
2691 TypeSourceInfo *TInfo; member in class:clang::StringLiteral::OffsetOfExpr::ExplicitCastExpr
2697 : CastExpr(SC, exprTy, VK, kind, op, PathSize), TInfo(writtenT
3427 TypeSourceInfo *TInfo; member in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
3430 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, SourceLocation RPLoc, QualType t) argument
[all...]
H A DDeclTemplate.h1014 bool ParameterPack, TypeSourceInfo *TInfo)
1015 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
1024 TypeSourceInfo *TInfo,
1035 QualType T, bool ParameterPack, TypeSourceInfo *TInfo);
1040 QualType T, TypeSourceInfo *TInfo,
1011 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
H A DRecursiveASTVisitor.h799 if (TypeSourceInfo *TInfo = Init->getTypeSourceInfo())
800 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
1255 if (TypeSourceInfo *TInfo = D->getSignatureAsWritten())
1256 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
2169 if (TypeSourceInfo *TInfo = S->getEncodedTypeSourceInfo())
2170 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
/external/clang/lib/Sema/
H A DSemaType.cpp1619 QualType Sema::GetTypeFromParser(ParsedType Ty, TypeSourceInfo **TInfo) { argument
1622 if (TInfo) *TInfo = 0;
1632 if (TInfo) *TInfo = DI;
2146 TypeSourceInfo *TInfo) {
2344 T = S.GetTypeFromParser(FTI.getTrailingReturnType(), &TInfo);
2821 return S.GetTypeSourceInfoForDeclarator(D, T, TInfo);
3071 TypeSourceInfo *TInfo = 0; local
3072 Sema::GetTypeFromParser(DS.getRepAsType(), &TInfo);
2144 GetFullTypeForDeclarator(TypeProcessingState &state, QualType declSpecType, TypeSourceInfo *TInfo) argument
3101 TypeSourceInfo *TInfo = 0; local
3111 TypeSourceInfo *TInfo = 0; local
3134 TypeSourceInfo *TInfo = 0; local
3150 TypeSourceInfo *TInfo = 0; local
3158 TypeSourceInfo *TInfo = 0; local
3171 TypeSourceInfo *TInfo = 0; local
3305 TypeSourceInfo *TInfo = Context.CreateTypeSourceInfo(T); local
3339 CreateParsedType(QualType T, TypeSourceInfo *TInfo) argument
3363 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
3384 TypeSourceInfo *TInfo = Context.getTrivialTypeSourceInfo(T, Loc); local
[all...]
H A DSemaExprCXX.cpp397 TypeSourceInfo *TInfo = 0; local
399 &TInfo);
403 if (!TInfo)
404 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
406 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
483 TypeSourceInfo *TInfo = 0; local
485 &TInfo);
489 if (!TInfo)
490 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
492 return BuildCXXUuidof(GuidType, OpLoc, TInfo, RParenLo
806 BuildCXXTypeConstructExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, MultiExprArg exprs, SourceLocation RParenLoc) argument
1001 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, /*Scope=*/0); local
3456 TypeSourceInfo *TInfo; local
[all...]
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 DSemaTemplateInstantiateDecl.cpp1048 TypeSourceInfo *TInfo = SubstFunctionType(D, Params); local
1049 if (!TInfo)
1051 QualType T = TInfo->getType();
1078 D->getLocation(), D->getDeclName(), T, TInfo,
1366 TypeSourceInfo *TInfo = SubstFunctionType(D, Params); local
1367 if (!TInfo)
1369 QualType T = TInfo->getType();
1423 StartLoc, NameInfo, T, TInfo,
1429 StartLoc, NameInfo, T, TInfo,
1434 StartLoc, NameInfo, T, TInfo,
3048 TypeSourceInfo *TInfo = SubstType(Init->getTypeSourceInfo(), 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 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...]
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...]

Completed in 3586 milliseconds

12