OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSelfDecl
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h
178
const ImplicitParamDecl *
getSelfDecl
() const;
253
/// \copydoc AnalysisDeclContext::
getSelfDecl
()
254
const ImplicitParamDecl *
getSelfDecl
() const { return Ctx->
getSelfDecl
(); }
/src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp
148
const ImplicitParamDecl *AnalysisDeclContext::
getSelfDecl
() const {
150
return MD->
getSelfDecl
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
413
/// implicit parameters. This must be called prior to using
getSelfDecl
()
423
ImplicitParamDecl *
getSelfDecl
() const { return SelfDecl; }
Completed in 33 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026