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 135 if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
156 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols())
IndexDecl.cpp 38 if (!IndexCtx.shouldIndexFunctionLocalSymbols()) {
IndexingContext.h 352 bool shouldIndexFunctionLocalSymbols() const {
IndexingContext.cpp 320 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
679 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
    [all...]

Completed in 42 milliseconds