Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Index/
DIndexingAction.cpp60 std::function<bool(const Decl *)> ShouldSkipFunctionBody; member in __anon871ceeec0111::IndexASTConsumer
66 std::function<bool(const Decl *)> ShouldSkipFunctionBody) in IndexASTConsumer()
129 std::function<bool(const Decl *)> ShouldSkipFunctionBody) { in createIndexingASTConsumer()
137 std::function<bool(const Decl *)> ShouldSkipFunctionBody = [](const Decl *) { in createIndexingASTConsumer() local