Home
last modified time | relevance | path

Searched defs:SymbolID (Results 1 – 19 of 19) sorted by relevance

/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp476 StringRef SymbolID; ParseDirectiveSecRel32() local
506 StringRef SymbolID; ParseDirectiveRVA() local
536 StringRef SymbolID; ParseDirectiveSafeSEH() local
551 StringRef SymbolID; ParseDirectiveSecIdx() local
566 StringRef SymbolID; ParseDirectiveSymIdx() local
629 StringRef SymbolID; ParseSEHDirectiveStartProc() local
668 StringRef SymbolID; ParseSEHDirectiveHandler() local
[all...]
/llvm-project/clang-tools-extra/clangd/index/
H A DSymbolID.cpp17 SymbolID::SymbolID(llvm::StringRef USR) { in SymbolID() function in clang::clangd::SymbolID
H A DIndex.cpp71 relations(const RelationsRequest & R,llvm::function_ref<void (const SymbolID &,const Symbol &)> CB) const relations() argument
H A DProjectAware.cpp108 relations(const RelationsRequest & Req,llvm::function_ref<void (const SymbolID &,const Symbol &)> Callback) const relations() argument
H A DMemIndex.cpp90 relations(const RelationsRequest & Req,llvm::function_ref<void (const SymbolID &,const Symbol &)> Callback) const relations() argument
H A DMerge.cpp168 relations(const RelationsRequest & Req,llvm::function_ref<void (const SymbolID &,const Symbol &)> Callback) const relations() argument
H A DYAMLSerialization.cpp534 std::string toYAML(const std::pair<SymbolID, llvm::ArrayRef<Ref>> &Data) { in toYAML()
/llvm-project/clang-tools-extra/clangd/index/remote/
H A DClient.cpp151 relations(const clangd::RelationsRequest & Request,llvm::function_ref<void (const SymbolID &,const clangd::Symbol &)> Callback) const relations() argument
155 __anon88e4824f0202(std::pair<SymbolID, clangd::Symbol> SubjectAndObject) relations() argument
/llvm-project/clang-tools-extra/pseudo/lib/grammar/
H A DLRTable.cpp
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymExpr.h115 using SymbolID = unsigned; global() variable
/llvm-project/clang-tools-extra/pseudo/include/clang-pseudo/grammar/
H A DLRGraph.h
H A DGrammar.h
/llvm-project/clang-tools-extra/clangd/unittests/
H A DRenameTests.cpp70 const auto &SymbolID = findSymbol(Symbols, SymbolName).ID; in buildRefSlab() local
1614 relations(const RelationsRequest & Req,llvm::function_ref<void (const SymbolID &,const Symbol &)> Callback) const TEST() argument
1663 relations(const RelationsRequest &,llvm::function_ref<void (const SymbolID &,const Symbol &)>) const TEST() argument
H A DFileIndexTests.cpp455 Index.relations(Req, [&](const SymbolID &, const Symbol &) { ++Results; }); in TEST() argument
482 Index->relations(Req, [&](const SymbolID in TEST() argument
[all...]
H A DCodeCompleteTests.cpp1706 relations(const RelationsRequest &,llvm::function_ref<void (const SymbolID &,const Symbol &)>) const relations() argument
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/
H A DMarshalling.cpp210 for (const auto &SymbolID : From.IDs) toProtobuf() local
[all...]
/llvm-project/clang-tools-extra/clangd/index/dex/
H A DDex.cpp319 relations(const RelationsRequest & Req,llvm::function_ref<void (const SymbolID &,const Symbol &)> Callback) const relations() argument
/llvm-project/clang-tools-extra/clang-doc/
H A DRepresentation.h31 using SymbolID = std::array<uint8_t, 20>; variable
[all...]
/llvm-project/clang-tools-extra/clangd/refactor/
H A DRename.cpp856 Index.relations(Req, [&](const SymbolID &, const Symbol &Override) { in insertTransitiveOverrides()