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

  /external/clang/lib/Index/
IndexingContext.h 55 bool shouldIndexFunctionLocalSymbols() const;
IndexingContext.cpp 20 bool IndexingContext::shouldIndexFunctionLocalSymbols() const {
50 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
IndexBody.cpp 262 if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
283 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols())
IndexTypeSourceInfo.cpp 188 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
IndexDecl.cpp 54 if (IndexCtx.shouldIndexFunctionLocalSymbols()) {
  /external/clang/tools/libclang/
CXIndexDataConsumer.h 352 bool shouldIndexFunctionLocalSymbols() const {
CXIndexDataConsumer.cpp 541 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
903 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
    [all...]

Completed in 102 milliseconds