Home
last modified time | relevance | path

Searched refs:isFunctionLocalSymbol (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/Index/
DIndexSymbol.h152 bool isFunctionLocalSymbol(const Decl *D);
/external/llvm-project/clang/lib/Index/
DIndexingContext.cpp81 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in handleReference()
435 if (IsRef || (!isa<ParmVarDecl>(D) && isFunctionLocalSymbol(D))) { in handleDeclOccurrence()
DIndexSymbol.cpp53 bool index::isFunctionLocalSymbol(const Decl *D) { in isFunctionLocalSymbol() function in index
93 if (isFunctionLocalSymbol(D)) { in getSymbolInfo()
DIndexTypeSourceInfo.cpp298 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in indexTagDecl()
DIndexBody.cpp382 if (!isFunctionLocalSymbol(D)) in VisitDeclStmt()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp1738 if (!index::isFunctionLocalSymbol(D) && !D->isTemplateParameter() && in getNonLocalDeclRefs()