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

Declarations

tools/clang/lib/Index/IndexingContext.h
   60   bool shouldIndexFunctionLocalSymbols() const;

References

tools/clang/lib/Index/IndexBody.cpp
  372     if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
  394     if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols())
  460     if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
tools/clang/lib/Index/IndexDecl.cpp
   90     if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  109     if (!IndexCtx.shouldIndexFunctionLocalSymbols() &&
  272   if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D))
tools/clang/lib/Index/IndexingContext.cpp
   80   if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D))