Searched refs:shouldSkipFunctionBody (Results 1 – 8 of 8) sorted by relevance
145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
74 bool shouldSkipFunctionBody(Decl *D) override;
301 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } in shouldSkipFunctionBody() function
353 bool MultiplexConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function in MultiplexConsumer356 Skip = Skip && Consumer->shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
263 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anond12dfad00111::PrecompilePreambleConsumer264 return Action.Callbacks.shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
125 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anon76f6f7400111::IndexASTConsumer
375 [this](const Decl *D) { return this->shouldSkipFunctionBody(D); })); in CreateASTConsumer()379 bool shouldSkipFunctionBody(const Decl *D) { in shouldSkipFunctionBody() function in __anon08ff66800211::IndexingFrontendAction
14358 return Consumer.shouldSkipFunctionBody(D); in canSkipFunctionBody()