Home
last modified time | relevance | path

Searched defs:TSI (Results 1 – 25 of 62) sorted by relevance

123

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DUseNoexceptCheck.cpp60 if (const auto *TSI = FuncDecl->getTypeSourceInfo()) in check() local
70 if (const auto *TSI = ParmDecl->getTypeSourceInfo()) in check() local
H A DUseAutoCheck.cpp366 TypeSourceInfo *TSI = FirstDecl->getTypeSourceInfo(); in replaceExpr() local
H A DUseTrailingReturnTypeCheck.cpp434 const TypeSourceInfo *TSI = F->getTypeSourceInfo(); in check() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMacroFusion.cpp27 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
H A DGCNVOPDUtils.cpp124 const TargetSubtargetInfo &TSI, in shouldScheduleVOPDAdjacent()
/llvm-project/llvm/lib/Target/ARM/
H A DARMMacroFusion.cpp52 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/llvm-project/llvm/lib/Target/X86/
H A DX86MacroFusion.cpp36 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp142 BuildUniqueStableNameExpr(SourceLocation OpLoc,SourceLocation LParen,SourceLocation RParen,TypeSourceInfo * TSI) BuildUniqueStableNameExpr() argument
151 TypeSourceInfo *TSI = nullptr; ActOnUniqueStableNameExpr() local
[all...]
H A DSemaLambda.cpp811 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); buildLambdaInitCaptureInitialization() local
854 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); createLambdaInitCaptureVarDecl() local
2023 TypeSourceInfo *TSI = nullptr; BuildCaptureField() local
[all...]
H A DSemaTemplate.cpp1264 CheckNonTypeTemplateParameterType(TypeSourceInfo * & TSI,SourceLocation Loc) CheckNonTypeTemplateParameterType() argument
2189 transform(TypeSourceInfo * TSI) transform() argument
2201 TypeSourceInfo *TSI = InnerTLB.getTypeSourceInfo(Context, Transformed); TransformTypedefType() local
2469 TypeSourceInfo *TSI = SemaRef.Context.getTrivialTypeSourceInfo(Result, Loc); buildSimpleDeductionGuide() local
2483 auto *TSI = SemaRef.Context.getTrivialTypeSourceInfo(T, Loc); buildSimpleDeductionGuide() local
5828 TypeSourceInfo *TSI = nullptr; CheckTemplateTypeArgument() local
7736 TypeSourceInfo *TSI = CheckTemplateArgument() local
11490 TypeSourceInfo *TSI = nullptr; ActOnTypenameType() local
11579 TypeSourceInfo *TSI = Builder.getTypeSourceInfo(Context, T); ActOnTypenameType() local
11637 CheckTypenameType(ElaboratedTypeKeyword Keyword,SourceLocation KeywordLoc,NestedNameSpecifierLoc QualifierLoc,const IdentifierInfo & II,SourceLocation IILoc,TypeSourceInfo ** TSI,bool DeducedTSTContext) CheckTypenameType() argument
[all...]
/llvm-project/clang/lib/Interpreter/
H A DInterpreterUtils.cpp27 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ty, SourceLocation()); in CStyleCastPtrExpr() local
H A DInterpreter.cpp694 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(UIntTy); HandleIntegralOrEnumType() local
702 TypeSourceInfo *TSI = Ctx.getTrivialTypeSourceInfo(Ctx.VoidPtrTy); HandlePtrType() local
767 TypeSourceInfo *TSI = transformForValuePrinting() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MacroFusion.cpp444 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DConvertMemberFunctionsToStatic.cpp109 static SourceRange getLocationOfConst(const TypeSourceInfo *TSI, in getLocationOfConst()
H A DMakeMemberFunctionConstCheck.cpp240 TypeSourceInfo *TSI = M->getTypeSourceInfo(); in getConstInsertionPoint() local
/llvm-project/bolt/lib/Passes/
H A DAsmDump.cpp189 std::pair<const MCSymbol *, uint64_t> TSI = dumpFunction() local
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCMacroFusion.cpp235 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp213 const TypeSourceInfo *TSI = nullptr; in checkASTCodeBody() local
/llvm-project/clang/lib/AST/
H A DComputeDependence.cpp340 if (auto *TSI = E->getTypeSourceInfo()) computeDependence() local
480 if (auto *TSI = DD->getTypeSourceInfo()) { computeDependence() local
780 if (auto *TSI = E->getDestroyedTypeInfo()) computeDependence() local
H A DComment.cpp224 const TypeSourceInfo *TSI = nullptr; in fill() local
H A DTemplateBase.cpp596 if (TypeSourceInfo *TSI = getTypeSourceInfo()) getSourceRange() local
H A DDecl.cpp829 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo()) in getLVForNamespaceScopeDecl() local
976 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo()) in getLVForClassMember() local
1971 TypeSourceInfo *TSI = getTypeSourceInfo(); getTypeSpecStartLoc() local
1977 TypeSourceInfo *TSI = getTypeSourceInfo(); getTypeSpecEndLoc() local
2913 TypeSourceInfo *TSI = getTypeSourceInfo(); getOriginalType() local
3856 const TypeSourceInfo *TSI = getTypeSourceInfo(); getFunctionTypeLoc() local
4953 if (auto *TSI = getIntegerTypeSourceInfo()) { getSourceRange() local
[all...]
H A DExprCXX.cpp1106 CXXTemporaryObjectExpr(CXXConstructorDecl * Cons,QualType Ty,TypeSourceInfo * TSI,ArrayRef<Expr * > Args,SourceRange ParenOrBraceRange,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool ZeroInitialization) CXXTemporaryObjectExpr() argument
1125 Create(const ASTContext & Ctx,CXXConstructorDecl * Cons,QualType Ty,TypeSourceInfo * TSI,ArrayRef<Expr * > Args,SourceRange ParenOrBraceRange,bool HadMultipleCandidates,bool ListInitialization,bool StdInitListInitialization,bool ZeroInitialization) Create() argument
1453 CXXUnresolvedConstructExpr(QualType T,TypeSourceInfo * TSI,SourceLocation LParenLoc,ArrayRef<Expr * > Args,SourceLocation RParenLoc,bool IsListInit) CXXUnresolvedConstructExpr() argument
1470 Create(const ASTContext & Context,QualType T,TypeSourceInfo * TSI,SourceLocation LParenLoc,ArrayRef<Expr * > Args,SourceLocation RParenLoc,bool IsListInit) Create() argument
[all...]
/llvm-project/clang-tools-extra/clang-doc/
H A DBitcodeReader.cpp650 addTemplateSpecialization(T I,TemplateSpecializationInfo && TSI) addTemplateSpecialization() argument
656 addTemplateSpecialization(TemplateInfo * I,TemplateSpecializationInfo && TSI) addTemplateSpecialization() argument
792 TemplateSpecializationInfo TSI; readSubBlock() local
/llvm-project/clang/unittests/AST/
H A DASTTraverserTest.cpp62 } else if (auto const *TSI = Init->getTypeSourceInfo()) { in Visit() local

123