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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp60 std::function<bool(const Decl *)> ShouldSkipFunctionBody; member in class:__anon542::final
63 IndexASTConsumer(std::shared_ptr<IndexDataConsumer> DataConsumer, const IndexingOptions &Opts, std::shared_ptr<Preprocessor> PP, std::function<bool(const Decl *)> ShouldSkipFunctionBody) argument

Completed in 113 milliseconds