Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DIssueHash.cpp59 const auto *TargetT = in GetSignature() local
62 if (!TargetT || !isa<CXXMethodDecl>(Target)) in GetSignature()
65 if (TargetT->isConst()) in GetSignature()
67 if (TargetT->isVolatile()) in GetSignature()
69 if (TargetT->isRestrict()) in GetSignature()
/openbsd-src/gnu/llvm/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;
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h1314 template <typename SourceT, typename TargetT>
1316 : public VariadicFunction<BindableMatcher<SourceT>, Matcher<TargetT>,
1317 makeDynCastAllOfComposite<SourceT, TargetT>> {