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.cpp105 std::function<bool(const Decl *)> ShouldSkipFunctionBody; member in __anonb20dd8150111::IndexASTConsumer
111 std::function<bool(const Decl *)> ShouldSkipFunctionBody) in IndexASTConsumer() argument
115 ShouldSkipFunctionBody(std::move(ShouldSkipFunctionBody)) { in IndexASTConsumer()
145 return ShouldSkipFunctionBody(D); in shouldSkipFunctionBody()
174 std::function<bool(const Decl *)> ShouldSkipFunctionBody) { in createIndexingASTConsumer() argument
176 ShouldSkipFunctionBody); in createIndexingASTConsumer()
182 std::function<bool(const Decl *)> ShouldSkipFunctionBody = [](const Decl *) { in createIndexingASTConsumer() local
186 ShouldSkipFunctionBody = in createIndexingASTConsumer()
191 std::move(ShouldSkipFunctionBody)); in createIndexingASTConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexingAction.h46 std::function<bool(const Decl *)> ShouldSkipFunctionBody);