Searched refs:ShouldSkipFunctionBody (Results 1 – 2 of 2) sorted by relevance
86 std::function<bool(const Decl *)> ShouldSkipFunctionBody; member in __anon76f6f7400111::IndexASTConsumer92 std::function<bool(const Decl *)> ShouldSkipFunctionBody) in IndexASTConsumer() argument96 ShouldSkipFunctionBody(std::move(ShouldSkipFunctionBody)) { in IndexASTConsumer()126 return ShouldSkipFunctionBody(D); in shouldSkipFunctionBody()155 std::function<bool(const Decl *)> ShouldSkipFunctionBody) { in createIndexingASTConsumer() argument157 ShouldSkipFunctionBody); in createIndexingASTConsumer()163 std::function<bool(const Decl *)> ShouldSkipFunctionBody = [](const Decl *) { in createIndexingASTConsumer() local167 ShouldSkipFunctionBody = in createIndexingASTConsumer()172 std::move(ShouldSkipFunctionBody)); in createIndexingASTConsumer()
46 std::function<bool(const Decl *)> ShouldSkipFunctionBody);