Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp110 if (!IndexCtx.shouldIndexFunctionLocalSymbols() && in VisitTagTypeLoc()
298 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in indexTagDecl()
H A DIndexBody.cpp372 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()
397 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
462 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitParmVarDecl()
H A DIndexingContext.h60 bool shouldIndexFunctionLocalSymbols() const;
H A DIndexingContext.cpp36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function in IndexingContext
81 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in handleReference()
H A DIndexDecl.cpp99 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h350 bool shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function
H A DCXIndexDataConsumer.cpp553 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR) in handleDecl()
898 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()