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