Searched defs:TSInfo (Results 1 - 22 of 22) sorted by relevance

/external/llvm/lib/Target/CellSPU/
H A DSPUTargetMachine.h35 SPUSelectionDAGInfo TSInfo; member in class:llvm::SPUTargetMachine
66 return &TSInfo;
/external/llvm/lib/Target/Hexagon/
H A DHexagonTargetMachine.h34 HexagonSelectionDAGInfo TSInfo; member in class:llvm::HexagonTargetMachine
68 return &TSInfo;
/external/llvm/lib/Target/MSP430/
H A DMSP430TargetMachine.h37 MSP430SelectionDAGInfo TSInfo; member in class:llvm::MSP430TargetMachine
62 return &TSInfo;
/external/llvm/lib/Target/Sparc/
H A DSparcTargetMachine.h33 SparcSelectionDAGInfo TSInfo; member in class:llvm::SparcTargetMachine
53 return &TSInfo;
/external/llvm/lib/Target/XCore/
H A DXCoreTargetMachine.h33 XCoreSelectionDAGInfo TSInfo; member in class:llvm::XCoreTargetMachine
50 return &TSInfo;
/external/llvm/lib/Target/ARM/
H A DARMTargetMachine.h68 ARMSelectionDAGInfo TSInfo; member in class:llvm::ARMTargetMachine
86 return &TSInfo;
110 ARMSelectionDAGInfo TSInfo; member in class:llvm::ThumbTargetMachine
130 return &TSInfo;
/external/llvm/lib/Target/MBlaze/
H A DMBlazeTargetMachine.h38 MBlazeSelectionDAGInfo TSInfo; member in class:llvm::MBlazeTargetMachine
72 { return &TSInfo; }
/external/llvm/lib/Target/Mips/
H A DMipsTargetMachine.h38 MipsSelectionDAGInfo TSInfo; member in class:llvm::MipsTargetMachine
71 return &TSInfo;
/external/llvm/lib/Target/NVPTX/
H A DNVPTXTargetMachine.h38 TargetSelectionDAGInfo TSInfo; member in class:llvm::NVPTXTargetMachine
73 return &TSInfo;
/external/llvm/lib/Target/PowerPC/
H A DPPCTargetMachine.h37 PPCSelectionDAGInfo TSInfo; member in class:llvm::PPCTargetMachine
55 return &TSInfo;
/external/llvm/lib/Target/X86/
H A DX86TargetMachine.h85 X86SelectionDAGInfo TSInfo; member in class:llvm::X86_32TargetMachine
98 return &TSInfo;
114 X86SelectionDAGInfo TSInfo; member in class:llvm::X86_64TargetMachine
127 return &TSInfo;
/external/clang/lib/AST/
H A DNestedNameSpecifier.cpp583 TypeSourceInfo *TSInfo local
586 SavePointer(TSInfo->getTypeLoc().getOpaqueData(), Buffer, BufferSize,
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp316 if (TypeSourceInfo *TSInfo = NameInfo.getNamedTypeInfo())
317 return DiagnoseUnexpandedParameterPack(NameInfo.getLoc(), TSInfo, UPPC);
441 TypeSourceInfo *TSInfo; local
442 GetTypeFromParser(Type, &TSInfo);
443 if (!TSInfo)
446 TypeSourceInfo *TSResult = CheckPackExpansion(TSInfo, EllipsisLoc,
H A DSemaTemplateInstantiate.cpp787 TypeSourceInfo *TSInfo, QualType T);
973 TypeSourceInfo *TSInfo,
975 VarDecl *Var = inherited::RebuildObjCExceptionDecl(ExceptionDecl, TSInfo, T);
1488 if (TypeSourceInfo *TSInfo = P->getTypeSourceInfo())
1489 if (TSInfo->getType()->isInstantiationDependentType())
972 RebuildObjCExceptionDecl(VarDecl *ExceptionDecl, TypeSourceInfo *TSInfo, QualType T) argument
H A DSemaExprObjC.cpp1710 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc);
1711 ReceiverType = CreateParsedType(T, TSInfo);
1739 TypeSourceInfo *TSInfo = Context.getTrivialTypeSourceInfo(T, NameLoc); local
1740 ReceiverType = CreateParsedType(T, TSInfo);
3138 TypeSourceInfo *TSInfo,
3144 QualType T = TSInfo->getType();
3229 << TSInfo->getTypeLoc().getSourceRange();
3235 TSInfo, SubExpr);
3253 TypeSourceInfo *TSInfo = 0; local
3254 QualType T = GetTypeFromParser(Type, &TSInfo);
3135 BuildObjCBridgedCast(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, Expr *SubExpr) argument
[all...]
H A DSemaExprCXX.cpp2858 TypeSourceInfo *TSInfo; local
2859 QualType T = GetTypeFromParser(Ty, &TSInfo);
2861 if (!TSInfo)
2862 TSInfo = Context.getTrivialTypeSourceInfo(T);
2863 return BuildUnaryTypeTrait(UTT, KWLoc, TSInfo, RParen);
3292 TypeSourceInfo *TSInfo,
3294 QualType T = TSInfo->getType();
3302 return Owned(new (Context) UnaryTypeTraitExpr(KWLoc, UTT, TSInfo, Value,
3671 TypeSourceInfo *TSInfo; local
3672 QualType T = GetTypeFromParser(Ty, &TSInfo);
3290 BuildUnaryTypeTrait(UnaryTypeTrait UTT, SourceLocation KWLoc, TypeSourceInfo *TSInfo, SourceLocation RParen) argument
3733 BuildArrayTypeTrait(ArrayTypeTrait ATT, SourceLocation KWLoc, TypeSourceInfo *TSInfo, Expr* DimExpr, SourceLocation RParen) argument
[all...]
H A DSemaInit.cpp4669 TypeSourceInfo *TSInfo = Entity.getTypeSourceInfo(); local
4670 if (!TSInfo)
4671 TSInfo = S.Context.getTrivialTypeSourceInfo(Entity.getType(), Loc);
4678 TSInfo,
5254 TypeSourceInfo *TSInfo = Entity.getTypeSourceInfo(); local
5255 if (!TSInfo)
5256 TSInfo = S.Context.getTrivialTypeSourceInfo(Step->Type,
5260 TSInfo->getType().getNonLValueExprType(S.Context),
5261 TSInfo,
H A DSemaDecl.cpp7431 QualType T, TypeSourceInfo *TSInfo,
7459 TSInfo,
7474 SourceLocation TypeEndLoc = TSInfo->getTypeLoc().getLocEnd();
7429 CheckParameter(DeclContext *DC, SourceLocation StartLoc, SourceLocation NameLoc, IdentifierInfo *Name, QualType T, TypeSourceInfo *TSInfo, VarDecl::StorageClass StorageClass, VarDecl::StorageClass StorageClassAsWritten) argument
H A DSemaDeclCXX.cpp9845 TypeSourceInfo *TSInfo) {
9846 assert(TSInfo && "NULL TypeSourceInfo for friend type declaration");
9848 QualType T = TSInfo->getType();
9849 SourceRange TypeRange = TSInfo->getTypeLoc().getLocalSourceRange();
9901 return FriendDecl::Create(Context, CurContext, Loc, TSInfo, FriendLoc);
11072 TypeSourceInfo *TSInfo = Method->getTypeSourceInfo(); local
11073 if (!TSInfo)
11076 TypeLoc TL = TSInfo->getTypeLoc();
11104 TypeSourceInfo *TSInfo = Method->getTypeSourceInfo(); local
11105 if (!TSInfo)
9843 CheckFriendTypeDecl(SourceLocation Loc, SourceLocation FriendLoc, TypeSourceInfo *TSInfo) argument
[all...]
H A DTreeTransform.h1963 ExprResult RebuildCXXScalarValueInitExpr(TypeSourceInfo *TSInfo, argument
1966 return getSema().BuildCXXTypeConstructExpr(TSInfo, LParenLoc,
2049 TypeSourceInfo *TSInfo,
2052 return getSema().BuildArrayTypeTrait(Trait, StartLoc, TSInfo, DimExpr, RParenLoc);
2128 ExprResult RebuildCXXTemporaryObjectExpr(TypeSourceInfo *TSInfo, argument
2132 return getSema().BuildCXXTypeConstructExpr(TSInfo,
2142 ExprResult RebuildCXXUnresolvedConstructExpr(TypeSourceInfo *TSInfo, argument
2146 return getSema().BuildCXXTypeConstructExpr(TSInfo,
2513 TypeSourceInfo *TransformTypeInObjectScope(TypeSourceInfo *TSInfo,
3424 TreeTransform<Derived>::TransformTypeInObjectScope(TypeSourceInfo *TSInfo, argument
2047 RebuildArrayTypeTrait(ArrayTypeTrait Trait, SourceLocation StartLoc, TypeSourceInfo *TSInfo, Expr *DimExpr, SourceLocation RParenLoc) argument
5637 TypeSourceInfo *TSInfo = 0; local
8530 TypeSourceInfo *TSInfo local
[all...]
/external/clang/include/clang/AST/
H A DExprObjC.h1181 if (TypeSourceInfo *TSInfo = getClassReceiverTypeInfo())
1182 return TSInfo->getType();
1195 void setClassReceiver(TypeSourceInfo *TSInfo) { argument
1197 setReceiverPointer(TSInfo);
1504 TypeSourceInfo *TSInfo, Expr *Operand)
1505 : ExplicitCastExpr(ObjCBridgedCastExprClass, TSInfo->getType(), VK_RValue,
1506 CK, Operand, 0, TSInfo),
1502 ObjCBridgedCastExpr(SourceLocation LParenLoc, ObjCBridgeCastKind Kind, CastKind CK, SourceLocation BridgeKeywordLoc, TypeSourceInfo *TSInfo, Expr *Operand) argument
H A DExpr.h1752 TypeSourceInfo *TSInfo; member in class:clang::StringLiteral::OffsetOfExpr
1765 TSInfo(0), NumComps(numComps), NumExprs(numExprs) {}
1786 return TSInfo;
1789 TSInfo = tsi;

Completed in 370 milliseconds