Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexBody.cpp136 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()
157 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
DIndexDecl.cpp38 if (!IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()
DIndexingContext.h352 bool shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function
DIndexingContext.cpp320 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR) in handleDecl()
679 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()