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

Declarations

tools/clang/tools/libclang/CXIndexDataConsumer.h
  470   void getContainerInfo(const DeclContext *DC, ContainerInfo &ContInfo);

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  574   getContainerInfo(SemaDC, DInfo.SemanticContainer);
  588     getContainerInfo(LexicalDC, DInfo.LexicalContainer);
  593     getContainerInfo(getEntityContainer(D), DInfo.DeclAsContainer);
  920   getContainerInfo(DC, Container);