Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp120 if (!IndexCtx.shouldIndexFunctionLocalSymbols() && in VisitTagTypeLoc()
308 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in indexTagDecl()
H A DIndexBody.cpp373 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()
398 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
463 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.cpp103 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()
/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.h349 bool shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function
H A DCXIndexDataConsumer.cpp560 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR) in handleDecl()
911 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()