Home
last modified time | relevance | path

Searched refs:TargetT (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/Analysis/
H A DIssueHash.cpp58 const auto *TargetT = in GetSignature() local
61 if (!TargetT || !isa<CXXMethodDecl>(Target)) in GetSignature()
64 if (TargetT->isConst()) in GetSignature()
66 if (TargetT->isVolatile()) in GetSignature()
68 if (TargetT->isRestrict()) in GetSignature()
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DIndirectionUtils.h369 template <typename TargetT>
445 LocalIndirectStubsInfo<TargetT>::create(NewStubsRequired, PageSize); in reserveStubs()
465 std::vector<LocalIndirectStubsInfo<TargetT>> IndirectStubsInfos;
/llvm-project-15.0.7/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1315 template <typename SourceT, typename TargetT>
1317 : public VariadicFunction<BindableMatcher<SourceT>, Matcher<TargetT>,
1318 makeDynCastAllOfComposite<SourceT, TargetT>> {