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

Declarations

tools/clang/lib/Index/IndexingContext.h
   62   bool shouldIndexImplicitInstantiation() const;

References

tools/clang/lib/Index/IndexDecl.cpp
  734   if (isTemplateImplicitInstantiation(D) && !shouldIndexImplicitInstantiation())
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  144          IndexCtx.shouldIndexImplicitInstantiation())) {