/llvm-project/third-party/unittest/googletest/include/gtest/internal/ |
H A D | gtest-type-util.h | 155 struct Bind { struct 156 typedef Tmpl<T> type;
|
/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
H A D | bind_return_type.pass.cpp | 54 using Bind = decltype(ret); in do_test() typedef 101 using Bind = decltype(ret); in do_test_r() typedef
|
/llvm-project/clang-tools-extra/clang-tidy/cert/ |
H A D | NonTrivialTypesLibcMemoryCallsCheck.cpp | 71 bool Bind = false) { in registerMatchers()
|
/llvm-project/clang/test/CXX/drs/ |
H A D | cwg17xx.cpp | 232 template <typename Arg> using Bind = Template<Arg>; typedef 239 using Bind = Instantiate<Internal<Template>::template Bind, Argument>; typedef
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | debug-info-use-after-free.cpp | 15 template < typename T > struct Bind struct 17 typedef Tmpl < T > type;
|
H A D | visibility.cpp | 706 void Bind(const P1& p1) { in Bind() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FeatureModule.h | 71 virtual void initializeLSP(LSPBinder &Bind, in initializeLSP()
|
H A D | ClangdLSPServer.cpp | 1647 LSPBinder Bind(this->Handlers, *this); ClangdLSPServer() local 1651 bindMethods(LSPBinder & Bind,const ClientCapabilities & Caps) bindMethods() argument [all...] |
/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ClangdLSPServerTests.cpp | 321 initializeLSP(LSPBinder & Bind,const llvm::json::Object & ClientCaps,llvm::json::Object & ServerCaps) TEST_F() argument 418 initializeLSP(LSPBinder & Bind,const llvm::json::Object & ClientCaps,llvm::json::Object & ServerCaps) TEST_F() argument
|
/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | TypeTraitsCheck.cpp | 170 static constexpr char Bind[] = ""; variable
|
H A D | AvoidBindCheck.cpp | 547 const auto *Bind = Result.Nodes.getNodeAs<CallExpr>("bind"); in getLambdaProperties() local
|
/llvm-project/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 102 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor() argument 414 const ASTMatchFinder::BindKind Bind; global() member in clang::ast_matchers::internal::__anon8f41be080111::MatchChildASTVisitor 599 memoizedMatchesRecursively(const DynTypedNode & Node,ASTContext & Ctx,const DynTypedMatcher & Matcher,BoundNodesTreeBuilder * Builder,int MaxDepth,BindKind Bind) memoizedMatchesRecursively() argument 634 matchesRecursively(const DynTypedNode & Node,const DynTypedMatcher & Matcher,BoundNodesTreeBuilder * Builder,int MaxDepth,BindKind Bind) matchesRecursively() argument 673 matchesChildOf(const DynTypedNode & Node,ASTContext & Ctx,const DynTypedMatcher & Matcher,BoundNodesTreeBuilder * Builder,BindKind Bind) matchesChildOf() argument 682 matchesDescendantOf(const DynTypedNode & Node,ASTContext & Ctx,const DynTypedMatcher & Matcher,BoundNodesTreeBuilder * Builder,BindKind Bind) matchesDescendantOf() argument [all...] |
/llvm-project/clang/test/Parser/ |
H A D | DelayedTemplateParsing.cpp | 73 Callback Bind() { in Bind() function
|
/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResource.cpp | 222 std::string Bind = BindingPrefix.str(); in print() local
|
/llvm-project/clang/include/clang/Basic/ |
H A D | OpenACCKinds.h | 258 Bind, global() enumerator
|
/llvm-project/llvm/lib/ObjCopy/ELF/ |
H A D | ELFObjcopy.cpp | 569 uint8_t Bind = ELF::STB_GLOBAL; addSymbol() local
|
H A D | ELFObject.cpp | 717 addSymbol(Twine Name,uint8_t Bind,uint8_t Type,SectionBase * DefinedIn,uint64_t Value,uint8_t Visibility,uint16_t Shndx,uint64_t SymbolSize) addSymbol() argument
|
/llvm-project/llvm/lib/InterfaceStub/ |
H A D | ELFObjHandler.cpp | 216 uint8_t Bind = Sym.Weak ? STB_WEAK : STB_GLOBAL; in ELFStubBuilder() local
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | MachO.h | 380 enum class FixupKind { Bind, Rebase }; enumerator
|
/llvm-project/clang/lib/Analysis/ |
H A D | UnsafeBufferUsage.cpp | 95 : Matcher(Matcher), Finder(Finder), Builder(Builder), Bind(Bind), in MatchDescendantVisitor() argument 209 const internal::ASTMatchFinder::BindKind Bind; global() member in clang::ast_matchers::MatchDescendantVisitor
|
/llvm-project/llvm/unittests/Frontend/ |
H A D | OpenMPDecompositionTest.cpp | 74 using Bind = tomp::clause::BindT<TypeTy, IdTy, ExprTy>; typedef
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 442 StoreRef Bind(Store store, Loc LV, SVal V) override { Bind() function in __anon0d3d1f130411::RegionStoreManager
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 7573 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); MaybeBindToTemporary() local 7712 CXXBindTemporaryExpr *Bind = ActOnDecltypeExpression() local [all...] |
/llvm-project/clang/unittests/ASTMatchers/ |
H A D | ASTMatchersNarrowingTest.cpp | 1291 TEST_P(ASTMatchersTest, Bind) { in TEST_P() argument
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 64 bool objdump::Bind; member in objdump
|