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

  /external/clang/lib/Index/
IndexingContext.h 61 static bool isFunctionLocalDecl(const Decl *D);
IndexingContext.cpp 50 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
100 bool IndexingContext::isFunctionLocalDecl(const Decl *D) {
IndexTypeSourceInfo.cpp 188 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
IndexBody.cpp 272 if (!IndexCtx.isFunctionLocalDecl(D))
  /external/clang/tools/libclang/
CXIndexDataConsumer.h 360 static bool isFunctionLocalDecl(const Decl *D);
CXIndexDataConsumer.cpp 417 bool CXIndexDataConsumer::isFunctionLocalDecl(const Decl *D) {
903 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
    [all...]

Completed in 2714 milliseconds