Searched refs:shouldSkipFunctionBody (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTConsumer.h145 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } function in class:clang::ASTConsumer
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DMultiplexConsumer.h74 bool shouldSkipFunctionBody(Decl *D) override;
H A DPrecompiledPreamble.h300 /// See ASTConsumer::shouldSkipFunctionBody.
301 virtual bool shouldSkipFunctionBody(Decl *D) { return true; } function in class:clang::PreambleCallbacks
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DMultiplexConsumer.cpp353 bool MultiplexConsumer::shouldSkipFunctionBody(Decl *D) { function in class:MultiplexConsumer
356 Skip = Skip && Consumer->shouldSkipFunctionBody(D);
H A DPrecompiledPreamble.cpp263 bool shouldSkipFunctionBody(Decl *D) override {
264 return Action.Callbacks.shouldSkipFunctionBody(D);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp125 bool shouldSkipFunctionBody(Decl *D) override {
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp375 [this](const Decl *D) { return this->shouldSkipFunctionBody(D); }));
379 bool shouldSkipFunctionBody(const Decl *D) { function in class:__anon1196::IndexingFrontendAction
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp14358 return Consumer.shouldSkipFunctionBody(D);

Completed in 305 milliseconds