HomeSort by relevance Sort by last modified time
    Searched refs:shouldIndexFunctionLocalSymbols (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
IndexBody.cpp 127 if (IndexCtx.shouldIndexFunctionLocalSymbols())
136 if (IndexCtx.shouldIndexFunctionLocalSymbols())
IndexDecl.cpp 29 if (!IndexCtx.shouldIndexFunctionLocalSymbols()) {
IndexingContext.h 365 bool shouldIndexFunctionLocalSymbols() const {
IndexingContext.cpp 261 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
593 if (!shouldIndexFunctionLocalSymbols() && D->getParentFunctionOrMethod())
    [all...]

Completed in 27 milliseconds