Searched refs:isFunctionLocalDecl (Results 1 – 2 of 2) sorted by relevance
357 static bool isFunctionLocalDecl(const Decl *D);
425 bool CXIndexDataConsumer::isFunctionLocalDecl(const Decl *D) { in isFunctionLocalDecl() function in CXIndexDataConsumer911 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()