Searched defs:ShouldSkipFunctionBody (Results 1 – 1 of 1) sorted by relevance
105 std::function<bool(const Decl *)> ShouldSkipFunctionBody; member in __anonb20dd8150111::IndexASTConsumer111 std::function<bool(const Decl *)> ShouldSkipFunctionBody) in IndexASTConsumer()174 std::function<bool(const Decl *)> ShouldSkipFunctionBody) { in createIndexingASTConsumer()182 std::function<bool(const Decl *)> ShouldSkipFunctionBody = [](const Decl *) { in createIndexingASTConsumer() local