Home
last modified time | relevance | path

Searched refs:ShouldSkipFunctionBody (Results 1 – 2 of 2) 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() argument
113 ShouldSkipFunctionBody(std::move(ShouldSkipFunctionBody)) { in IndexASTConsumer()
143 return ShouldSkipFunctionBody(D); in shouldSkipFunctionBody()
172 std::function<bool(const Decl *)> ShouldSkipFunctionBody) { in createIndexingASTConsumer() argument
174 ShouldSkipFunctionBody); in createIndexingASTConsumer()
180 std::function<bool(const Decl *)> ShouldSkipFunctionBody = [](const Decl *) { in createIndexingASTConsumer() local
184 ShouldSkipFunctionBody = in createIndexingASTConsumer()
189 std::move(ShouldSkipFunctionBody)); in createIndexingASTConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingAction.h46 std::function<bool(const Decl *)> ShouldSkipFunctionBody);