reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/tools/extra/clangd/CodeCompletionStrings.h
   36 std::string getDeclComment(const ASTContext &Ctx, const NamedDecl &D);

References

tools/clang/tools/extra/clangd/CodeComplete.cpp
  846               ? getDeclComment(S.getASTContext(), *Candidate.getFunction())
tools/clang/tools/extra/clangd/CodeCompletionStrings.cpp
   69   return Result.getDeclaration() ? getDeclComment(Ctx, *Result.getDeclaration())
tools/clang/tools/extra/clangd/XRefs.cpp
  625     HI.Documentation = getDeclComment(Ctx, *ND);