Searched refs:shouldIndexFunctionLocalSymbols (Results 1 – 5 of 5) sorted by relevance
153 if (IndexCtx.shouldIndexFunctionLocalSymbols()) in VisitLabelStmt()387 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()412 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()480 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitParmVarDecl()
120 if (!IndexCtx.shouldIndexFunctionLocalSymbols() && in VisitTagTypeLoc()308 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in indexTagDecl()
60 bool shouldIndexFunctionLocalSymbols() const;
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function in IndexingContext80 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in handleReference()
103 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()