Home
last modified time | relevance | path

Searched defs:ShouldSkipFunctionBody (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp86 std::function<bool(const Decl *)> ShouldSkipFunctionBody; member in __anon76f6f7400111::IndexASTConsumer
92 std::function<bool(const Decl *)> ShouldSkipFunctionBody) in IndexASTConsumer()
155 std::function<bool(const Decl *)> ShouldSkipFunctionBody) { in createIndexingASTConsumer()
163 std::function<bool(const Decl *)> ShouldSkipFunctionBody = [](const Decl *) { in createIndexingASTConsumer() local