OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurMethodDecl
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp
1404
if (ObjCMethodDecl *MD = S.
getCurMethodDecl
())
1446
if (ObjCMethodDecl *MD = S.
getCurMethodDecl
()) {
1535
ObjCMethodDecl *MD = S.
getCurMethodDecl
();
SemaExprObjC.cpp
1273
auto *CurMD = S.
getCurMethodDecl
();
1495
if (ObjCMethodDecl *CurMethod = S.
getCurMethodDecl
())
2307
if (ObjCMethodDecl *Method =
getCurMethodDecl
()) {
2355
ObjCInterfaceOrSuperCCC CCC(
getCurMethodDecl
());
2721
else if (ObjCMethodDecl *CurMeth =
getCurMethodDecl
()) {
2993
if (ObjCMethodDecl *CurMeth =
getCurMethodDecl
()) {
3204
getCurMethodDecl
()->isDesignatedInitializerForTheInterface(&InitMethod);
3351
if (const auto *CurMeth =
getCurMethodDecl
()) {
SemaCodeComplete.cpp
224
if (ObjCMethodDecl *Method = SemaRef.
getCurMethodDecl
())
2610
if (ObjCMethodDecl *Method = SemaRef.
getCurMethodDecl
()) {
7252
ObjCMethodDecl *CurMethod = S.
getCurMethodDecl
();
7367
if (ObjCMethodDecl *Method =
getCurMethodDecl
())
7390
if (ObjCMethodDecl *CurMethod =
getCurMethodDecl
()) {
7512
if (ObjCMethodDecl *CurMethod = SemaRef.
getCurMethodDecl
())
7653
if (ObjCMethodDecl *CurMethod =
getCurMethodDecl
())
7664
if (ObjCMethodDecl *CurMethod =
getCurMethodDecl
()) {
SemaStmt.cpp
3970
} else if (ObjCMethodDecl *MD =
getCurMethodDecl
()) {
4112
//
getCurMethodDecl
() must be non-null (see above).
4113
assert((getCurFunctionDecl() ||
getCurMethodDecl
()) &&
4117
IsMethod ? cast<NamedDecl>(
getCurMethodDecl
()) : cast<NamedDecl>(FD);
4155
Entity = InitializedEntity::InitializeRelatedResult(
getCurMethodDecl
(),
SemaAccess.cpp
1934
if (ObjCMethodDecl *MD =
getCurMethodDecl
())
Sema.cpp
1359
ObjCMethodDecl *Sema::
getCurMethodDecl
() {
SemaDeclObjC.cpp
364
assert((
getCurMethodDecl
() == nullptr) && "Methodparsing confused");
SemaExpr.cpp
2496
bool IvarLookupFollowUp = II && !SS.isSet() &&
getCurMethodDecl
();
2759
ObjCMethodDecl *CurMethod =
getCurMethodDecl
();
2831
ObjCMethodDecl *CurMethod =
getCurMethodDecl
();
12869
ObjCMethodDecl *method = S.
getCurMethodDecl
();
SemaLookup.cpp
4664
if (ObjCMethodDecl *Method = SemaRef.
getCurMethodDecl
()) {
SemaDecl.cpp
858
ObjCMethodDecl *CurMethod =
getCurMethodDecl
();
1225
if (
getCurMethodDecl
() && SS.isEmpty())
14624
assert(MD ==
getCurMethodDecl
() && "Method parsing confused");
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
3212
///
getCurMethodDecl
- If inside of a method body, this returns a pointer to
3215
ObjCMethodDecl *
getCurMethodDecl
();
Completed in 124 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026