Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp103 std::function<bool(const Decl *)> ShouldSkipFunctionBody; member in __anonb20dd8150111::IndexASTConsumer
109 std::function<bool(const Decl *)> ShouldSkipFunctionBody) in IndexASTConsumer()
172 std::function<bool(const Decl *)> ShouldSkipFunctionBody) { in createIndexingASTConsumer()
180 std::function<bool(const Decl *)> ShouldSkipFunctionBody = [](const Decl *) { in createIndexingASTConsumer() local