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

/external/clang/tools/libclang/
H A DIndexBody.cpp135 if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
156 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols())
H A DIndexDecl.cpp38 if (!IndexCtx.shouldIndexFunctionLocalSymbols()) {
H A DIndexingContext.h349 bool shouldIndexFunctionLocalSymbols() const { function in class:clang::cxindex::IndexingContext
H A DIndexingContext.cpp320 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
679 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))

Completed in 72 milliseconds