OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shouldSkipFunctionBody
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/AST/
ASTConsumer.h
156
virtual bool
shouldSkipFunctionBody
(Decl *D) { return true; }
/external/clang/unittests/Tooling/
ToolingTest.cpp
175
virtual bool
shouldSkipFunctionBody
(Decl *D) {
/external/clang/tools/libclang/
Indexing.cpp
362
virtual bool
shouldSkipFunctionBody
(Decl *D) {
[
all
...]
Completed in 157 milliseconds