Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/
DCodeComplete.cpp379 BundledEntry &S = Bundled.back(); in add()
415 struct BundledEntry { struct
422 template <std::string BundledEntry::*Member>
431 template <bool BundledEntry::*Member> const bool *onlyValue() const { in onlyValue()
440 if (auto *RT = onlyValue<&BundledEntry::ReturnType>()) in summarizeReturnType()
454 auto *Snippet = onlyValue<&BundledEntry::SnippetSuffix>(); in summarizeSnippet()
499 if (auto *Signature = onlyValue<&BundledEntry::Signature>()) in summarizeSignature()
508 llvm::SmallVector<BundledEntry, 1> Bundled;