Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.h357 static bool isFunctionLocalDecl(const Decl *D);
H A DCXIndexDataConsumer.cpp425 bool CXIndexDataConsumer::isFunctionLocalDecl(const Decl *D) { in isFunctionLocalDecl() function in CXIndexDataConsumer
911 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()