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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp109 if (!IndexCtx.shouldIndexFunctionLocalSymbols() &&
272 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D))
H A DIndexingContext.h60 bool shouldIndexFunctionLocalSymbols() const;
H A DIndexBody.cpp372 if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
394 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols())
460 if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
H A DIndexingContext.cpp36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { function in class:IndexingContext
81 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D))
H A DIndexDecl.cpp93 if (IndexCtx.shouldIndexFunctionLocalSymbols()) {

Completed in 87 milliseconds