Searched refs:shouldIndexFunctionLocalSymbols (Results 1 – 5 of 5) sorted by relevance
171 if (IndexCtx.shouldIndexFunctionLocalSymbols()) in VisitLabelStmt()385 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()410 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()485 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitParmVarDecl()
121 if (!IndexCtx.shouldIndexFunctionLocalSymbols() && in VisitTagTypeLoc()289 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in indexTagDecl()
67 bool shouldIndexFunctionLocalSymbols() const;
48 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function in IndexingContext92 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in handleReference()
103 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()