OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getParentFunctionOrMethod
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
286
const DeclContext *Decl::
getParentFunctionOrMethod
() const {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclBase.h
875
return
getParentFunctionOrMethod
() == nullptr;
894
const DeclContext *
getParentFunctionOrMethod
() const;
895
DeclContext *
getParentFunctionOrMethod
() {
897
const_cast<const Decl*>(this)->
getParentFunctionOrMethod
());
Completed in 20 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026