Home
last modified time | relevance | path

Searched refs:isFunctionLocalDecl (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h358 static bool isFunctionLocalDecl(const Decl *D);
H A DCXIndexDataConsumer.cpp420 bool CXIndexDataConsumer::isFunctionLocalDecl(const Decl *D) { in isFunctionLocalDecl() function in CXIndexDataConsumer
898 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()