Home
last modified time | relevance | path

Searched defs:Bind (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp92 ASTMatchFinder::BindKind Bind) in MatchChildASTVisitor()
290 const ASTMatchFinder::BindKind Bind; member in clang::ast_matchers::internal::__anon0cad00880111::MatchChildASTVisitor
382 TraversalKind Traversal, BindKind Bind) { in memoizedMatchesRecursively()
416 TraversalKind Traversal, BindKind Bind) { in matchesRecursively()
431 BindKind Bind) override { in matchesChildOf()
441 BindKind Bind) override { in matchesDescendantOf()
/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Ddebug-info-use-after-free.cpp13 template < typename T > struct Bind struct
15 typedef Tmpl < T > type;
H A Dvisibility.cpp642 void Bind(const P1& p1) { in Bind() function
/minix3/external/bsd/llvm/dist/clang/test/Parser/
H A DDelayedTemplateParsing.cpp89 Callback Bind() { in Bind() function
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h787 BindKind Bind) { in matchesChildOf()
803 BindKind Bind) { in matchesDescendantOf()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp87 llvm::Bind("bind", cl::desc("Display mach-o binding info")); member in llvm
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp5025 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E); in MaybeBindToTemporary() local
5152 CXXBindTemporaryExpr *Bind = in ActOnDecltypeExpression() local
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp409 StoreRef Bind(Store store, Loc LV, SVal V) override { in Bind() function in __anonc495f1930511::RegionStoreManager