Searched refs:shouldIndexFunctionLocalSymbols (Results 1 – 5 of 5) sorted by relevance
103 if (!IndexCtx.shouldIndexFunctionLocalSymbols() && in VisitTagTypeLoc()254 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in indexTagDecl()
373 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()395 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()461 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitParmVarDecl()
61 bool shouldIndexFunctionLocalSymbols() const;
36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function in IndexingContext73 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in handleReference()
91 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()