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

Declarations

tools/clang/include/clang/Index/IndexSymbol.h
  149 bool isFunctionLocalSymbol(const Decl *D);

References

tools/clang/lib/Index/IndexBody.cpp
  382       if (!isFunctionLocalSymbol(D))
tools/clang/lib/Index/IndexSymbol.cpp
   92   if (isFunctionLocalSymbol(D)) {
tools/clang/lib/Index/IndexTypeSourceInfo.cpp
  272   if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D))
tools/clang/lib/Index/IndexingContext.cpp
   80   if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D))
  426     if (IsRef || (!isa<ParmVarDecl>(D) && isFunctionLocalSymbol(D))) {
tools/clang/tools/extra/clangd/XRefs.cpp
 1313       if (!index::isFunctionLocalSymbol(D) && !D->isTemplateParameter() &&