Home
last modified time | relevance | path

Searched refs:shouldIndexFunctionLocalSymbols (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp110 if (!IndexCtx.shouldIndexFunctionLocalSymbols() && in VisitTagTypeLoc()
298 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in indexTagDecl()
H A DIndexBody.cpp369 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()
394 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
459 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitParmVarDecl()
H A DIndexingContext.h60 bool shouldIndexFunctionLocalSymbols() const;
H A DIndexingContext.cpp36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function in IndexingContext
81 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in handleReference()
H A DIndexDecl.cpp99 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()