| /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| ARMMacroFusion.cpp | 52 const TargetSubtargetInfo &TSI, 55 const ARMSubtarget &ST = static_cast<const ARMSubtarget&>(TSI);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| X86MacroFusion.cpp | 35 const TargetSubtargetInfo &TSI, 38 const X86Subtarget &ST = static_cast<const X86Subtarget &>(TSI);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| MacroFusion.h | 31 const TargetSubtargetInfo &TSI,
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| Comment.cpp | 301 const TypeSourceInfo *TSI; 303 TSI = VD->getTypeSourceInfo(); 305 TSI = PD->getTypeSourceInfo(); 307 TSI = nullptr; 308 if (TSI) { 309 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); 327 const TypeSourceInfo *TSI = 331 if (!TSI) 333 TypeLoc TL = TSI->getTypeLoc().getUnqualifiedLoc(); 351 const TypeSourceInfo *TSI = TAD->getTypeSourceInfo() [all...] |
| ExprCXX.cpp | 981 CXXConstructorDecl *Cons, QualType Ty, TypeSourceInfo *TSI, 986 CXXTemporaryObjectExprClass, Ty, TSI->getTypeLoc().getBeginLoc(), 990 TSI(TSI) {} 998 TypeSourceInfo *TSI, ArrayRef<Expr *> Args, SourceRange ParenOrBraceRange, 1006 Cons, Ty, TSI, Args, ParenOrBraceRange, HadMultipleCandidates, 1324 TypeSourceInfo *TSI, 1329 (TSI->getType()->isLValueReferenceType() 1331 : TSI->getType()->isRValueReferenceType() ? VK_XValue 1334 TSI(TSI), LParenLoc(LParenLoc), RParenLoc(RParenLoc) [all...] |
| Decl.cpp | 828 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo()) 829 TypeAsWritten = TSI->getType(); 979 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo()) 980 TypeAsWritten = TSI->getType(); 1855 TypeSourceInfo *TSI = getTypeSourceInfo(); 1856 if (TSI) return TSI->getTypeLoc().getBeginLoc(); 1861 TypeSourceInfo *TSI = getTypeSourceInfo(); 1862 if (TSI) return TSI->getTypeLoc().getEndLoc() [all...] |
| ODRHash.cpp | 364 TypeSourceInfo *TSI = D->getFriendType(); 365 Hash.AddBoolean(TSI); 366 if (TSI) { 367 AddQualType(TSI->getType());
|
| TemplateBase.cpp | 511 if (TypeSourceInfo *TSI = getTypeSourceInfo()) 512 return TSI->getTypeLoc().getSourceRange();
|
| DeclPrinter.cpp | 802 if (TypeSourceInfo *TSI = D->getFriendType()) { 807 Out << " " << TSI->getType().getAsString(Policy); 996 if (const auto* TSI = S->getTypeAsWritten()) 998 dyn_cast<TemplateSpecializationType>(TSI->getType()))
|
| DeclObjC.cpp | 1181 const auto *TSI = getReturnTypeSourceInfo(); 1182 if (TSI) 1183 return TSI->getTypeLoc().getSourceRange(); 2281 TypeSourceInfo *TSI, 2283 return new (C, DC) ObjCPropertyDecl(DC, L, Id, AtLoc, LParenLoc, T, TSI,
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| AMDGPUMacroFusion.cpp | 27 const TargetSubtargetInfo &TSI,
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| MallocSizeofChecker.cpp | 210 const TypeSourceInfo *TSI = nullptr; 212 TSI = 215 TSI = i->ExplicitCastType; 233 if (TSI) 234 Ranges.push_back(TSI->getTypeLoc().getSourceRange());
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| PPCMacroFusion.cpp | 145 const TargetSubtargetInfo &TSI, 152 const PPCSubtarget &ST = static_cast<const PPCSubtarget&>(TSI);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| AArch64MacroFusion.cpp | 382 const TargetSubtargetInfo &TSI, 385 const AArch64Subtarget &ST = static_cast<const AArch64Subtarget&>(TSI);
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaLambda.cpp | 816 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); 820 /*VarDecl*/nullptr, DeclarationName(Id), DeductType, TSI, 861 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); 862 if (auto PETL = TSI->getTypeLoc().getAs<PackExpansionTypeLoc>()) 870 Loc, Id, InitCaptureType, TSI, SC_Auto); 1699 TypeSourceInfo *TSI = nullptr; 1703 TSI = Capture.getVariable()->getTypeSourceInfo(); 1708 if (!TSI) 1709 TSI = Context.getTrivialTypeSourceInfo(FieldType, Loc); 1714 /*Id=*/nullptr, FieldType, TSI, /*BW=*/nullptr [all...] |
| SemaTemplate.cpp | 1285 QualType Sema::CheckNonTypeTemplateParameterType(TypeSourceInfo *&TSI, 1287 if (TSI->getType()->isUndeducedType()) { 1293 TSI = SubstAutoTypeSourceInfo(TSI, Context.DependentTy); 1296 return CheckNonTypeTemplateParameterType(TSI->getType(), Loc); 2096 TypeSourceInfo *transform(TypeSourceInfo *TSI) { return TransformType(TSI); } 2108 TypeSourceInfo *TSI = InnerTLB.getTypeSourceInfo(Context, Transformed); 2112 OrigDecl->getLocation(), OrigDecl->getIdentifier(), TSI); 2117 OrigDecl->getLocation(), OrigDecl->getIdentifier(), TSI); [all...] |
| SemaDeclCXX.cpp | 5808 TypeSourceInfo *TSI = TL.getParam(I)->getTypeSourceInfo(); 5809 if (TSI) Visit(TSI->getTypeLoc(), Sema::AbstractParamType); 5822 if (TypeSourceInfo *TSI = TAL.getTypeSourceInfo()) 5823 Visit(TSI->getTypeLoc(), Sema::AbstractNone); 5891 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo()) 5892 Info.CheckType(MD, TSI->getTypeLoc(), Sema::AbstractNone); 5911 if (TypeSourceInfo *TSI = FD->getTypeSourceInfo()) 5912 Info.CheckType(FD, TSI->getTypeLoc(), Sema::AbstractFieldType); 5915 if (TypeSourceInfo *TSI = VD->getTypeSourceInfo() [all...] |
| /src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| Initialization.h | 413 static InitializedEntity InitializeCompoundLiteralInit(TypeSourceInfo *TSI) { 415 TSI->getType()); 416 Result.TypeInfo = TSI;
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ASTNodeTraverser.h | 225 if (const TypeSourceInfo *TSI = A.getTypeSourceInfo()) 226 Visit(TSI->getType());
|
| Expr.h | 2392 SourceLocation OperatorLoc, TypeSourceInfo *tsi, 2403 SourceLocation OperatorLoc, TypeSourceInfo *tsi, 2421 void setTypeSourceInfo(TypeSourceInfo *tsi) { 2422 TSInfo = tsi; 5599 TSIPtrTy TSI; 5601 AssociationTy(ExprPtrTy E, TSIPtrTy TSI, bool Selected) 5602 : E(E), TSI(TSI), Selected(Selected) {} 5606 TSIPtrTy getTypeSourceInfo() const { return TSI; } 5607 QualType getType() const { return TSI ? TSI->getType() : QualType(); [all...] |
| ExprCXX.h | 1804 TypeSourceInfo *TSI; 1807 TypeSourceInfo *TSI, ArrayRef<Expr *> Args, 1818 TypeSourceInfo *TSI, ArrayRef<Expr *> Args, 1826 TypeSourceInfo *getTypeSourceInfo() const { return TSI; } 3435 TypeSourceInfo *TSI; 3443 CXXUnresolvedConstructExpr(QualType T, TypeSourceInfo *TSI, 3448 : Expr(CXXUnresolvedConstructExprClass, Empty), TSI(nullptr) { 3454 QualType T, TypeSourceInfo *TSI, 3464 QualType getTypeAsWritten() const { return TSI->getType(); } 3468 TypeSourceInfo *getTypeSourceInfo() const { return TSI; } [all...] |
| RecursiveASTVisitor.h | 818 // FIXME: how can TSI ever be NULL? 819 if (TypeSourceInfo *TSI = ArgLoc.getTypeSourceInfo()) 820 return getDerived().TraverseTypeLoc(TSI->getTypeLoc()); 1150 if (auto *TSI = TL.getClassTInfo()) 1151 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc())); 1906 if (TypeSourceInfo *TSI = D->getTypeAsWritten()) \ 1907 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc())); \ 2047 if (TypeSourceInfo *TSI = D->getTypeSourceInfo()) { 2048 TRY_TO(TraverseTypeLoc(TSI->getTypeLoc())); 2427 if (TypeSourceInfo *TSI = Assoc.getTypeSourceInfo() [all...] |
| DeclObjC.h | 774 QualType T, TypeSourceInfo *TSI, PropertyControl propControl) 776 LParenLoc(LParenLocation), DeclType(T), DeclTypeSourceInfo(TSI), 788 TypeSourceInfo *TSI, 803 void setType(QualType T, TypeSourceInfo *TSI) { 805 DeclTypeSourceInfo = TSI;
|
| /src/external/apache2/llvm/dist/clang/lib/Index/ |
| IndexDecl.cpp | 654 if (TypeSourceInfo *TSI = D->getTypeAsWritten()) 655 IndexCtx.indexTypeSourceInfo(TSI, /*Parent=*/nullptr,
|
| /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| RuntimeDyldELF.cpp | 725 section_iterator TSI = Obj.section_end(); 727 TSI = *TSIOrErr; 730 assert(TSI != Obj.section_end() && "TSI should refer to a valid section"); 732 bool IsCode = TSI->isText(); 733 if (auto SectionIDOrErr = findOrEmitSection(Obj, *TSI, IsCode,
|