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

Declarations

tools/clang/lib/Index/IndexingContext.h
  122   bool indexDeclGroupRef(DeclGroupRef DG);

References

tools/clang/lib/Index/IndexBody.cpp
  373       IndexCtx.indexDeclGroupRef(S->getDeclGroup());
tools/clang/lib/Index/IndexingAction.cpp
   84     return IndexCtx->indexDeclGroupRef(DG);
   92     IndexCtx->indexDeclGroupRef(DG);