OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldSkipFunctionBody
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTConsumer.h
145
virtual bool
shouldSkipFunctionBody
(Decl *D) { return true; }
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
MultiplexConsumer.h
74
bool
shouldSkipFunctionBody
(Decl *D) override;
PrecompiledPreamble.h
300
/// See ASTConsumer::
shouldSkipFunctionBody
.
301
virtual bool
shouldSkipFunctionBody
(Decl *D) { return true; }
/src/external/apache2/llvm/dist/clang/lib/Frontend/
MultiplexConsumer.cpp
353
bool MultiplexConsumer::
shouldSkipFunctionBody
(Decl *D) {
356
Skip = Skip && Consumer->
shouldSkipFunctionBody
(D);
PrecompiledPreamble.cpp
263
bool
shouldSkipFunctionBody
(Decl *D) override {
264
return Action.Callbacks.
shouldSkipFunctionBody
(D);
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexingAction.cpp
86
std::function<bool(const Decl *)>
ShouldSkipFunctionBody
;
92
std::function<bool(const Decl *)>
ShouldSkipFunctionBody
)
96
ShouldSkipFunctionBody
(std::move(
ShouldSkipFunctionBody
)) {
125
bool
shouldSkipFunctionBody
(Decl *D) override {
126
return
ShouldSkipFunctionBody
(D);
146
/*
ShouldSkipFunctionBody
=*/[](const Decl *) { return false; });
155
std::function<bool(const Decl *)>
ShouldSkipFunctionBody
) {
157
ShouldSkipFunctionBody
);
163
std::function<bool(const Decl *)>
ShouldSkipFunctionBody
= [](const Decl *)
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/libclang/
Indexing.cpp
375
[this](const Decl *D) { return this->
shouldSkipFunctionBody
(D); }));
379
bool
shouldSkipFunctionBody
(const Decl *D) {
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
14358
return Consumer.
shouldSkipFunctionBody
(D);
Completed in 62 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026