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

Declarations

tools/clang/tools/libclang/CXIndexDataConsumer.h
  426   void addContainerInMap(const DeclContext *DC, CXIdxClientContainer container);

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  524   addContainerInMap(Ctx->getTranslationUnitDecl(), idxCont);
tools/clang/tools/libclang/Indexing.cpp
  835   Container->IndexCtx->addContainerInMap(Container->DC, client);