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

Declarations

tools/clang/include/clang/Index/IndexSymbol.h
  158 bool printSymbolName(const Decl *D, const LangOptions &LO, raw_ostream &OS);

References

tools/clang/tools/c-index-test/core_main.cpp
  299   if (printSymbolName(D, Ctx.getLangOpts(), OS)) {