Searched refs:shouldSkipFunctionBody (Results 1 – 12 of 12) sorted by relevance
82 bool shouldSkipFunctionBody(Decl *D) override;160 bool MyASTConsumer::shouldSkipFunctionBody(Decl *D) { in shouldSkipFunctionBody() function in __anonee9b01220111::MyASTConsumer161 return Builder->shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
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 __anone3bc85d50111::PrecompilePreambleConsumer303 return Action.Callbacks.shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
224 bool shouldSkipFunctionBody(clang::Decl *D) override { in shouldSkipFunctionBody() function225 return m_c->shouldSkipFunctionBody(D); in shouldSkipFunctionBody()
144 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in __anoneb214d450111::IndexASTConsumer
375 [this](const Decl *D) { return this->shouldSkipFunctionBody(D); })); in CreateASTConsumer()379 bool shouldSkipFunctionBody(const Decl *D) { in shouldSkipFunctionBody() function in __anon0c848fe50211::IndexingFrontendAction
161 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function in clang::clangd::__anoncf7fbb130111::CppFilePreambleCallbacks
468 bool shouldSkipFunctionBody(Decl *D) override { in shouldSkipFunctionBody() function
14930 return Consumer.shouldSkipFunctionBody(D); in canSkipFunctionBody()