OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CurMethod
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprMember.cpp
1822
auto *
CurMethod
= dyn_cast<CXXMethodDecl>(CurContext);
1823
if (!(
CurMethod
&&
CurMethod
->isDefaulted()))
SemaCodeComplete.cpp
7252
ObjCMethodDecl *
CurMethod
= S.getCurMethodDecl();
7253
if (!
CurMethod
)
7256
ObjCInterfaceDecl *Class =
CurMethod
->getClassInterface();
7264
SuperMethod = Class->getMethod(
CurMethod
->getSelector(),
7265
CurMethod
->isInstanceMethod());
7270
if ((SuperMethod = Cat->getMethod(
CurMethod
->getSelector(),
7271
CurMethod
->isInstanceMethod())))
7281
if (
CurMethod
->param_size() != SuperMethod->param_size() ||
7282
CurMethod
->isVariadic() != SuperMethod->isVariadic())
7285
for (ObjCMethodDecl::param_iterator CurP =
CurMethod
->param_begin()
[
all
...]
SemaDecl.cpp
858
ObjCMethodDecl *
CurMethod
= getCurMethodDecl();
872
LookupParsedName(Result, S, &SS, !
CurMethod
);
889
if (SS.isEmpty() &&
CurMethod
&& !isResultTypeOrTemplate(Result, NextToken)) {
SemaExpr.cpp
2150
CXXMethodDecl *
CurMethod
= dyn_cast<CXXMethodDecl>(CurContext);
2151
bool isInstance =
CurMethod
&&
CurMethod
->isInstance() &&
2152
R.getNamingClass() ==
CurMethod
->getParent() &&
2759
ObjCMethodDecl *
CurMethod
= getCurMethodDecl();
2762
if (!
CurMethod
)
2774
bool IsClassMethod =
CurMethod
->isClassMethod();
2786
IFace =
CurMethod
->getClassInterface();
2805
} else if (
CurMethod
->isInstanceMethod()) {
2807
if (ObjCInterfaceDecl *IFace =
CurMethod
->getClassInterface())
[
all
...]
Completed in 64 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026