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

Declarations

tools/clang/include/clang/Sema/CodeCompleteConsumer.h
 1053     FunctionDecl *getFunction() const;

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 3574   auto FDecl = Result.getFunction();
 3660   FunctionDecl *FDecl = getFunction();
tools/clang/tools/extra/clangd/CodeComplete.cpp
  835       if (auto *Func = Candidate.getFunction()) {
  845           Candidate.getFunction()
  846               ? getDeclComment(S.getASTContext(), *Candidate.getFunction())
 1005         Result.Signature.documentation.empty() && Candidate.getFunction()
 1006             ? clangd::getSymbolID(Candidate.getFunction())