Searched refs:shouldIndexFunctionLocalSymbols (Results 1 – 5 of 5) sorted by relevance
110 if (!IndexCtx.shouldIndexFunctionLocalSymbols() && in VisitTagTypeLoc()298 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in indexTagDecl()
369 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()394 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()459 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitParmVarDecl()
60 bool shouldIndexFunctionLocalSymbols() const;
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function in IndexingContext81 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in handleReference()
99 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()