Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexingContext.cpp20 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function in IndexingContext
50 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()
DIndexingContext.h55 bool shouldIndexFunctionLocalSymbols() const;
DIndexBody.cpp262 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()
283 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
DIndexTypeSourceInfo.cpp188 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in indexTagDecl()
DIndexDecl.cpp54 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()
/external/clang/tools/libclang/
DCXIndexDataConsumer.h352 bool shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function
DCXIndexDataConsumer.cpp541 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR) in handleDecl()
903 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()