Home
last modified time | relevance | path

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

1234

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DUseNoexceptCheck.cpp62 if (const auto *TSI = FuncDecl->getTypeSourceInfo()) in check() local
72 if (const auto *TSI = ParmDecl->getTypeSourceInfo()) in check() local
DUseTrailingReturnTypeCheck.cpp451 const TypeSourceInfo *TSI = F->getTypeSourceInfo(); in check() local
/external/llvm-project/clang/lib/AST/
DComment.cpp301 const TypeSourceInfo *TSI; in fill() local
327 const TypeSourceInfo *TSI = in fill() local
351 const TypeSourceInfo *TSI = TAD->getTypeSourceInfo(); in fill() local
DTemplateBase.cpp433 if (TypeSourceInfo *TSI = getTypeSourceInfo()) in getSourceRange() local
DDeclPrinter.cpp788 if (TypeSourceInfo *TSI = D->getFriendType()) { in VisitFriendDecl() local
979 if (const auto* TSI = S->getTypeAsWritten()) in VisitCXXRecordDecl() local
DDecl.cpp828 if (TypeSourceInfo *TSI = Function->getTypeSourceInfo()) in getLVForNamespaceScopeDecl() local
979 if (TypeSourceInfo *TSI = MD->getTypeSourceInfo()) in getLVForClassMember() local
1831 TypeSourceInfo *TSI = getTypeSourceInfo(); in getTypeSpecStartLoc() local
1837 TypeSourceInfo *TSI = getTypeSourceInfo(); in getTypeSpecEndLoc() local
2713 TypeSourceInfo *TSI = getTypeSourceInfo(); in getOriginalType() local
3473 const TypeSourceInfo *TSI = getTypeSourceInfo(); in getFunctionTypeLoc() local
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMacroFusion.cpp29 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMacroFusion.cpp29 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/external/llvm-project/llvm/lib/Target/ARM/
DARMMacroFusion.cpp52 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMMacroFusion.cpp52 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/external/llvm-project/llvm/lib/Target/X86/
DX86MacroFusion.cpp35 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86MacroFusion.cpp35 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64MacroFusion.cpp376 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64MacroFusion.cpp376 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/external/llvm-project/clang-tools-extra/clangd/
DAST.cpp256 if (const TypeSourceInfo *TSI = Cls->getTypeAsWritten()) { in printTemplateSpecializationArgs() local
321 if (const auto *TSI = CTSD->getTypeAsWritten()) in declaredType() local
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DConvertMemberFunctionsToStatic.cpp107 static SourceRange getLocationOfConst(const TypeSourceInfo *TSI, in getLocationOfConst()
DMakeMemberFunctionConstCheck.cpp235 TypeSourceInfo *TSI = M->getTypeSourceInfo(); in getConstInsertionPoint() local
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCMacroFusion.cpp145 const TargetSubtargetInfo &TSI, in shouldScheduleAdjacent()
/external/clang/lib/AST/
DComment.cpp235 const TypeSourceInfo *TSI = TD->getTypeSourceInfo(); in fill() local
DTemplateBase.cpp447 if (TypeSourceInfo *TSI = getTypeSourceInfo()) in getSourceRange() local
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp211 const TypeSourceInfo *TSI = nullptr; in checkASTCodeBody() local
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DMallocSizeofChecker.cpp210 const TypeSourceInfo *TSI = nullptr; in checkASTCodeBody() local
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp817 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); in buildLambdaInitCaptureInitialization() local
862 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, Loc); in createLambdaInitCaptureVarDecl() local
1696 TypeSourceInfo *TSI = nullptr; in BuildCaptureField() local
/external/clang/lib/Sema/
DSemaLambda.cpp720 TypeSourceInfo *TSI = TLB.getTypeSourceInfo(Context, DeductType); in buildLambdaInitCaptureInitialization() local
772 TypeSourceInfo *TSI = Context.getTrivialTypeSourceInfo(InitCaptureType, in createLambdaInitCaptureVarDecl() local
/external/llvm-project/clang/unittests/AST/
DASTTraverserTest.cpp62 } else if (auto const *TSI = Init->getTypeSourceInfo()) { in Visit() local

1234