Searched refs:TInfo (Results 1 - 25 of 48) 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.cpp461 NamedType.TInfo = 0;
494 if (TypeSourceInfo *TInfo = LocInfo.NamedType.TInfo)
495 return TInfo->getType()->containsUnexpandedParameterPack();
516 if (TypeSourceInfo *TInfo = LocInfo.NamedType.TInfo)
517 return TInfo->getType()->isInstantiationDependentType();
546 if (TypeSourceInfo *TInfo = LocInfo.NamedType.TInfo) {
551 OS << TInfo
[all...]
H A DDecl.cpp1335 getExtInfo()->TInfo = savedTInfo;
1344 TypeSourceInfo *savedTInfo = getExtInfo()->TInfo;
1368 getExtInfo()->TInfo = savedTInfo;
1420 if (TypeSourceInfo *TInfo = getTypeSourceInfo()) {
1421 if (typeIsPostfix(TInfo->getType()))
1422 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
1469 IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo,
1471 return new (C) VarDecl(Var, DC, StartL, IdL, Id, T, TInfo, S, SCAsWritten);
1881 QualType T, TypeSourceInfo *TInfo,
1884 return new (C) ParmVarDecl(ParmVar, DC, StartLoc, IdLoc, Id, T, TInfo,
1467 Create(ASTContext &C, DeclContext *DC, SourceLocation StartL, SourceLocation IdL, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S, StorageClass SCAsWritten) argument
1878 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, StorageClass S, StorageClass SCAsWritten, Expr *DefArg) argument
2761 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo, Expr *BW, bool Mutable, InClassInitStyle InitStyle) argument
3211 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
3282 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
3295 Create(ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, IdentifierInfo *Id, TypeSourceInfo *TInfo) argument
[all...]
H A DDeclCXX.cpp1314 QualType T, TypeSourceInfo *TInfo,
1317 return new (C) CXXMethodDecl(CXXMethod, RD, StartLoc, NameInfo, T, TInfo,
1469 TypeSourceInfo *TInfo, bool IsVirtual,
1473 : Initializee(TInfo), MemberOrEllipsisLocation(EllipsisLoc), Init(Init),
1502 TypeSourceInfo *TInfo,
1505 : Initializee(TInfo), MemberOrEllipsisLocation(), Init(Init),
1591 QualType T, TypeSourceInfo *TInfo,
1597 return new (C) CXXConstructorDecl(RD, StartLoc, NameInfo, T, TInfo,
1741 QualType T, TypeSourceInfo *TInfo,
1746 return new (C) CXXDestructorDecl(RD, StartLoc, NameInfo, T, TInfo, isInlin
1311 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
1468 CXXCtorInitializer(ASTContext &Context, TypeSourceInfo *TInfo, bool IsVirtual, SourceLocation L, Expr *Init, SourceLocation R, SourceLocation EllipsisLoc) argument
1501 CXXCtorInitializer(ASTContext &Context, TypeSourceInfo *TInfo, SourceLocation L, Expr *Init, SourceLocation R) argument
1588 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isExplicit, bool isInline, bool isImplicitlyDeclared, bool isConstexpr) argument
1738 Create(ASTContext &C, CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isImplicitlyDeclared) argument
1761 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.cpp508 TypeSourceInfo *TInfo,
512 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
531 TypeSourceInfo *TInfo) {
533 T, ParameterPack, TInfo);
541 TypeSourceInfo *TInfo,
549 D, P, Id, T, TInfo,
502 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
527 Create(const ASTContext &C, DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
537 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.cpp2305 TypeSourceInfo *TInfo = Importer.Import(D->getTypeSourceInfo());
2312 TInfo);
2317 TInfo);
2686 TypeSourceInfo *TInfo = Importer.Import(D->getTypeSourceInfo()); local
2692 NameInfo, T, TInfo,
2701 NameInfo, T, TInfo,
2709 NameInfo, T, TInfo,
2718 NameInfo, T, TInfo,
2727 NameInfo, T, TInfo, D->getStorageClass(),
2837 TypeSourceInfo *TInfo
4208 TypeSourceInfo *TInfo = Importer.Import(E->getArgumentTypeInfo()); local
[all...]
/external/clang/tools/libclang/
H A DIndexTypeSourceInfo.cpp96 void IndexingContext::indexTypeSourceInfo(TypeSourceInfo *TInfo, argument
99 if (!TInfo || TInfo->getTypeLoc().isNull())
102 indexTypeLoc(TInfo->getTypeLoc(), Parent, DC);
H A DRecursiveASTVisitor.h737 if (TypeSourceInfo *TInfo = Init->getTypeSourceInfo())
738 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
1193 if (TypeSourceInfo *TInfo = D->getSignatureAsWritten())
1194 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
2092 if (TypeSourceInfo *TInfo = S->getEncodedTypeSourceInfo())
2093 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();
247 TypeSourceInfo *TInfo = PD->getTypeSourceInfo(); local
248 if (!TInfo)
250 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.h502 // A struct representing both a TInfo and a syntactic qualifier,
505 TypeSourceInfo *TInfo; member in struct:clang::DeclaratorDecl::ExtInfo
520 DeclarationName N, QualType T, TypeSourceInfo *TInfo,
522 : ValueDecl(DK, DC, L, N, T), DeclInfo(TInfo), InnerLocStart(StartL) {
528 ? getExtInfo()->TInfo
533 getExtInfo()->TInfo = TI;
730 QualType T, TypeSourceInfo *TInfo, StorageClass SC,
732 : DeclaratorDecl(DK, DC, IdLoc, Id, T, TInfo, StartLoc), Init() {
759 IdentifierInfo *Id, QualType T, TypeSourceInfo *TInfo,
1166 QualType T, TypeSourceInfo *TInfo,
519 DeclaratorDecl(Kind DK, DeclContext *DC, SourceLocation L, DeclarationName N, QualType T, TypeSourceInfo *TInfo, SourceLocation StartL) argument
[all...]
H A DDeclFriend.h145 else if (TypeSourceInfo *TInfo = getFriendType()) {
149 return SourceRange(StartL, TInfo->getTypeLoc().getEndLoc());
H A DDeclarationName.h392 TypeSourceInfo* TInfo; member in struct:clang::DeclarationNameLoc::NT
464 return LocInfo.NamedType.TInfo;
468 void setNamedTypeInfo(TypeSourceInfo *TInfo) { argument
472 LocInfo.NamedType.TInfo = TInfo;
H A DDeclCXX.h206 TypeSourceInfo *TInfo, SourceLocation EllipsisLoc)
208 Access(A), InheritConstructors(false), BaseTypeInfo(TInfo) { }
1583 QualType T, TypeSourceInfo *TInfo,
1586 : FunctionDecl(DK, RD, StartLoc, NameInfo, T, TInfo,
1597 QualType T, TypeSourceInfo *TInfo,
1793 CXXCtorInitializer(ASTContext &Context, TypeSourceInfo *TInfo, bool IsVirtual,
1811 CXXCtorInitializer(ASTContext &Context, TypeSourceInfo *TInfo,
2011 QualType T, TypeSourceInfo *TInfo,
2014 : CXXMethodDecl(CXXConstructor, RD, StartLoc, NameInfo, T, TInfo, false,
2026 QualType T, TypeSourceInfo *TInfo,
205 CXXBaseSpecifier(SourceRange R, bool V, bool BC, AccessSpecifier A, TypeSourceInfo *TInfo, SourceLocation EllipsisLoc) argument
1581 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
2229 CXXDestructorDecl(CXXRecordDecl *RD, SourceLocation StartLoc, const DeclarationNameInfo &NameInfo, QualType T, TypeSourceInfo *TInfo, bool isInline, bool isImplicitlyDeclared) argument
2295 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.h367 TemplateArgumentLocInfo(TypeSourceInfo *TInfo) : Declarator(TInfo) {} argument
417 TemplateArgumentLoc(const TemplateArgument &Argument, TypeSourceInfo *TInfo) argument
418 : Argument(Argument), LocInfo(TInfo) {
H A DExpr.h1938 UnaryExprOrTypeTraitExpr(UnaryExprOrTypeTrait ExprKind, TypeSourceInfo *TInfo,
1944 TInfo->getType()->isDependentType(),
1945 TInfo->getType()->isInstantiationDependentType(),
1946 TInfo->getType()->containsUnexpandedParameterPack()),
1950 Argument.Ty = TInfo;
1997 void setArgument(TypeSourceInfo *TInfo) { argument
1998 Argument.Ty = TInfo;
2781 /// TInfo - Source type info for the (written) type
2783 TypeSourceInfo *TInfo; member in class:clang::StringLiteral::OffsetOfExpr::ExplicitCastExpr
2789 : CastExpr(SC, exprTy, VK, kind, op, PathSize), TInfo(writtenT
3533 TypeSourceInfo *TInfo; member in class:clang::StringLiteral::OffsetOfExpr::VAArgExpr
3536 VAArgExpr(SourceLocation BLoc, Expr* e, TypeSourceInfo *TInfo, SourceLocation RPLoc, QualType t) argument
[all...]
H A DDeclTemplate.h1036 bool ParameterPack, TypeSourceInfo *TInfo)
1037 : DeclaratorDecl(NonTypeTemplateParm, DC, IdLoc, Id, T, TInfo, StartLoc),
1046 TypeSourceInfo *TInfo,
1057 QualType T, bool ParameterPack, TypeSourceInfo *TInfo);
1062 QualType T, TypeSourceInfo *TInfo,
1033 NonTypeTemplateParmDecl(DeclContext *DC, SourceLocation StartLoc, SourceLocation IdLoc, unsigned D, unsigned P, IdentifierInfo *Id, QualType T, bool ParameterPack, TypeSourceInfo *TInfo) argument
H A DRecursiveASTVisitor.h795 if (TypeSourceInfo *TInfo = Init->getTypeSourceInfo())
796 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
1251 if (TypeSourceInfo *TInfo = D->getSignatureAsWritten())
1252 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
2166 if (TypeSourceInfo *TInfo = S->getEncodedTypeSourceInfo())
2167 TRY_TO(TraverseTypeLoc(TInfo->getTypeLoc()));
/external/clang/lib/Sema/
H A DSemaType.cpp1755 QualType Sema::GetTypeFromParser(ParsedType Ty, TypeSourceInfo **TInfo) { argument
1758 if (TInfo) *TInfo = 0;
1768 if (TInfo) *TInfo = DI;
2286 TypeSourceInfo *TInfo) {
2474 T = S.GetTypeFromParser(FTI.getTrailingReturnType(), &TInfo);
2991 return S.GetTypeSourceInfoForDeclarator(D, T, TInfo);
3245 TypeSourceInfo *TInfo = 0; local
3246 Sema::GetTypeFromParser(DS.getRepAsType(), &TInfo);
2284 GetFullTypeForDeclarator(TypeProcessingState &state, QualType declSpecType, TypeSourceInfo *TInfo) argument
3275 TypeSourceInfo *TInfo = 0; local
3285 TypeSourceInfo *TInfo = 0; local
3308 TypeSourceInfo *TInfo = 0; local
3324 TypeSourceInfo *TInfo = 0; local
3332 TypeSourceInfo *TInfo = 0; local
3345 TypeSourceInfo *TInfo = 0; local
3482 TypeSourceInfo *TInfo = Context.CreateTypeSourceInfo(T); local
3515 CreateParsedType(QualType T, TypeSourceInfo *TInfo) argument
3539 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
3564 TypeSourceInfo *TInfo = Context.getTrivialTypeSourceInfo(T, Loc); local
[all...]
H A DSemaDecl.cpp1558 Loc, Loc, II, R, /*TInfo=*/0,
1572 FT->getArgType(i), /*TInfo=*/0,
2602 *ParamType, /*TInfo=*/0,
3518 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); local
3519 assert(TInfo && "couldn't build declarator info for anonymous struct/union");
3529 TInfo,
3555 TInfo, SC, SCAsWritten);
3616 TypeSourceInfo *TInfo = GetTypeForDeclarator(Dc, S); local
3617 assert(TInfo && "couldn't build declarator info for anonymous struct");
3626 TInfo,
3687 TypeSourceInfo *TInfo; local
3699 TypeSourceInfo *TInfo; local
3734 TypeSourceInfo *TInfo; local
4305 TryToFixInvalidVariablyModifiedTypeSourceInfo(TypeSourceInfo *TInfo, ASTContext &Context, bool &SizeIsNegative, llvm::APSInt &Oversized) argument
4400 ActOnTypedefDeclarator(Scope* S, Declarator& D, DeclContext* DC, TypeSourceInfo *TInfo, LookupResult &Previous) argument
4446 TypeSourceInfo *TInfo = NewTD->getTypeSourceInfo(); local
4656 ActOnVariableDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists) argument
5587 CreateNewFunctionDecl(Sema &SemaRef, Declarator &D, DeclContext *DC, QualType &R, TypeSourceInfo *TInfo, FunctionDecl::StorageClass SC, bool &IsVirtualOkay) argument
5763 ActOnFunctionDeclarator(Scope *S, Declarator &D, DeclContext *DC, TypeSourceInfo *TInfo, LookupResult &Previous, MultiTemplateParamsArg TemplateParamLists, bool &AddToScope) argument
8176 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
9062 ParseTypedefDecl(Scope *S, Declarator &D, QualType T, TypeSourceInfo *TInfo) argument
10239 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
10335 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
10583 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
[all...]
H A DSemaExprCXX.cpp398 TypeSourceInfo *TInfo = 0; local
400 &TInfo);
404 if (!TInfo)
405 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
407 return BuildCXXTypeId(TypeInfoType, OpLoc, TInfo, RParenLoc);
464 TypeSourceInfo *TInfo = 0; local
466 &TInfo);
470 if (!TInfo)
471 TInfo = Context.getTrivialTypeSourceInfo(T, OpLoc);
473 return BuildCXXUuidof(GuidType, OpLoc, TInfo, RParenLo
787 BuildCXXTypeConstructExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, MultiExprArg exprs, SourceLocation RParenLoc) argument
982 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, /*Scope=*/0); local
3450 TypeSourceInfo *TInfo; local
[all...]
H A DSemaTemplateInstantiateDecl.cpp1079 /// \param TInfo The already-instantiated type.
1082 TypeSourceInfo *TInfo) {
1086 = TInfo->getType()->castAs<FunctionProtoType>();
1088 return TInfo->getType();
1135 TypeSourceInfo *TInfo = SubstFunctionType(D, Params); local
1136 if (!TInfo)
1138 QualType T = adjustFunctionTypeForInstantiation(SemaRef.Context, D, TInfo);
1165 D->getNameInfo(), T, TInfo,
1456 TypeSourceInfo *TInfo = SubstFunctionType(D, Params); local
1457 if (!TInfo)
1080 adjustFunctionTypeForInstantiation(ASTContext &Context, FunctionDecl *D, TypeSourceInfo *TInfo) argument
3144 TypeSourceInfo *TInfo = SubstType(Init->getTypeSourceInfo(), local
[all...]
H A DSemaDeclCXX.cpp1084 TypeSourceInfo *TInfo,
1086 QualType BaseType = TInfo->getType();
1097 !TInfo->getType()->containsUnexpandedParameterPack()) {
1099 << TInfo->getTypeLoc().getSourceRange();
1103 SourceLocation BaseLoc = TInfo->getTypeLoc().getBeginLoc();
1126 Access, TInfo, EllipsisLoc);
1176 Access, TInfo, EllipsisLoc);
1214 TypeSourceInfo *TInfo = 0; local
1215 GetTypeFromParser(basetype, &TInfo);
1218 DiagnoseUnexpandedParameterPack(SpecifierRange.getBegin(), TInfo,
1081 CheckBaseSpecifier(CXXRecordDecl *Class, SourceRange SpecifierRange, bool Virtual, AccessSpecifier Access, TypeSourceInfo *TInfo, SourceLocation EllipsisLoc) argument
2188 TypeSourceInfo *TInfo = 0; local
2452 BuildDelegatingInitializer(TypeSourceInfo *TInfo, Expr *Init, CXXRecordDecl *ClassDecl) argument
7238 TypeSourceInfo *TInfo = 0; local
10218 BuildExceptionDeclaration(Scope *S, TypeSourceInfo *TInfo, SourceLocation StartLoc, SourceLocation Loc, IdentifierInfo *Name) argument
10338 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
10721 TypeSourceInfo *TInfo = GetTypeForDeclarator(D, S); local
[all...]
H A DTreeTransform.h1211 TypeSourceInfo *TInfo, QualType T) {
1212 return getSema().BuildObjCExceptionDecl(TInfo, T,
1462 ExprResult RebuildUnaryExprOrTypeTrait(TypeSourceInfo *TInfo, argument
1466 return getSema().CreateUnaryExprOrTypeTraitExpr(TInfo, OpLoc, ExprKind, R);
1595 TypeSourceInfo *TInfo,
1598 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc,
1607 TypeSourceInfo *TInfo,
1610 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc,
1685 Expr *SubExpr, TypeSourceInfo *TInfo,
1688 SubExpr, TInfo,
1210 RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *TInfo, QualType T) argument
1594 RebuildCStyleCastExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *SubExpr) argument
1606 RebuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *Init) argument
1684 RebuildVAArgExpr(SourceLocation BuiltinLoc, Expr *SubExpr, TypeSourceInfo *TInfo, SourceLocation RParenLoc) argument
1770 RebuildCXXNamedCastExpr(SourceLocation OpLoc, Stmt::StmtClass Class, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1809 RebuildCXXStaticCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1826 RebuildCXXDynamicCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1843 RebuildCXXReinterpretCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1860 RebuildCXXConstCastExpr(SourceLocation OpLoc, SourceLocation LAngleLoc, TypeSourceInfo *TInfo, SourceLocation RAngleLoc, SourceLocation LParenLoc, Expr *SubExpr, SourceLocation RParenLoc) argument
1877 RebuildCXXFunctionalCastExpr(TypeSourceInfo *TInfo, SourceLocation LParenLoc, Expr *Sub, SourceLocation RParenLoc) argument
6771 TypeSourceInfo *TInfo = getDerived().TransformType(E->getWrittenTypeInfo()); local
7079 TypeSourceInfo *TInfo local
7119 TypeSourceInfo *TInfo local
[all...]
H A DSemaExpr.cpp3192 Sema::CreateUnaryExprOrTypeTraitExpr(TypeSourceInfo *TInfo, argument
3196 if (!TInfo)
3199 QualType T = TInfo->getType();
3206 return Owned(new (Context) UnaryExprOrTypeTraitExpr(ExprKind, TInfo,
3263 TypeSourceInfo *TInfo; local
3264 (void) GetTypeFromParser(ParsedType::getFromOpaquePtr(TyOrEx), &TInfo); local
3265 return CreateUnaryExprOrTypeTraitExpr(TInfo, OpLoc, ExprKind, ArgRange);
4265 TypeSourceInfo *TInfo; local
4266 QualType literalType = GetTypeFromParser(Ty, &TInfo);
4267 if (!TInfo)
4274 BuildCompoundLiteralExpr(SourceLocation LParenLoc, TypeSourceInfo *TInfo, SourceLocation RParenLoc, Expr *LiteralExpr) argument
4658 BuildVectorLiteral(SourceLocation LParenLoc, SourceLocation RParenLoc, Expr *E, TypeSourceInfo *TInfo) argument
9223 BuildBuiltinOffsetOf(SourceLocation BuiltinLoc, TypeSourceInfo *TInfo, OffsetOfComponent *CompPtr, unsigned NumComponents, SourceLocation RParenLoc) argument
9745 TypeSourceInfo *TInfo; local
9750 BuildVAArgExpr(SourceLocation BuiltinLoc, Expr *E, TypeSourceInfo *TInfo, SourceLocation RPLoc) argument
[all...]

Completed in 326 milliseconds

12