Searched refs:Binding (Results 26 - 35 of 35) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h615 uint8_t Binding; member in struct:llvm::objcopy::elf::Symbol
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2622 Node *Binding = getDerived().parseSourceName(State); local
2623 if (Binding == nullptr)
2625 Names.push_back(Binding);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp2402 for (auto *Binding : DD->bindings())
2403 Binding->setType(Context.DependentTy);
H A DSemaExpr.cpp3250 case Decl::Binding: {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1950 for (auto *Binding : D->bindings()) {
1951 TRY_TO(TraverseDecl(Binding));
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp101 case Decl::Binding:
H A DCodeGenModule.cpp5396 case Decl::Binding:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1059 IO.mapOptional("Binding", Symbol.Binding, ELFYAML::ELF_STB(0));
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1510 BD->Binding = Record.readExpr();
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6120 SmallVector<DecompositionDeclarator::Binding, 32> Bindings;

Completed in 488 milliseconds

12