HomeSort by: relevance | last modified time | path
    Searched refs:isFunctionLocalDecl (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h 358 static bool isFunctionLocalDecl(const Decl *D);
CXIndexDataConsumer.cpp 420 bool CXIndexDataConsumer::isFunctionLocalDecl(const Decl *D) {
898 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))

Completed in 45 milliseconds