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 132 if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
153 if (IndexCtx.shouldIndexFunctionLocalSymbols())
IndexDecl.cpp 28 if (!IndexCtx.shouldIndexFunctionLocalSymbols()) {
IndexingContext.h 355 bool shouldIndexFunctionLocalSymbols() const {
IndexingContext.cpp 319 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
670 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
    [all...]

Completed in 100 milliseconds