Searched refs:shouldSkipFunctionBody (Results 1 – 9 of 9) sorted by relevance
145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
76 bool shouldSkipFunctionBody(Decl *D) override;
234 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
359 bool MultiplexConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function in MultiplexConsumer362 Skip = Skip && Consumer->shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
302 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon186f2d1c0111::PrecompilePreambleConsumer303 return Action.Callbacks.shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
225 bool shouldSkipFunctionBody(clang::Decl *D) override { in shouldSkipFunctionBody() function226 return m_c->shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
144 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon7f009d8c0111::IndexASTConsumer
375 [this](const Decl *D) { return this->shouldSkipFunctionBody(D); })); in CreateASTConsumer()379 bool shouldSkipFunctionBody(const Decl *D) { in shouldSkipFunctionBody() function in __anon3007734c0211::IndexingFrontendAction
15357 return Consumer.shouldSkipFunctionBody(D); in canSkipFunctionBody()