Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp103 if (!IndexCtx.shouldIndexFunctionLocalSymbols() && in VisitTagTypeLoc()
254 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in indexTagDecl()
H A DIndexBody.cpp373 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()
395 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
461 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitParmVarDecl()
H A DIndexingContext.h61 bool shouldIndexFunctionLocalSymbols() const;
H A DIndexingContext.cpp36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function in IndexingContext
73 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in handleReference()
H A DIndexDecl.cpp91 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()