OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InstanceMethod
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Index/
IndexSymbol.h
44
InstanceMethod
,
/src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
CGFunctionInfo.h
565
unsigned
InstanceMethod
: 1;
617
bool
instanceMethod
,
659
bool isInstanceMethod() const { return
InstanceMethod
; }
736
ID.AddBoolean(
InstanceMethod
);
756
bool
InstanceMethod
,
764
ID.AddBoolean(
InstanceMethod
);
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexSymbol.cpp
219
Info.Kind = MD->isInstanceMethod() ? SymbolKind::
InstanceMethod
: SymbolKind::ClassMethod;
278
Info.Kind = SymbolKind::
InstanceMethod
;
303
Info.Kind = SymbolKind::
InstanceMethod
;
518
case SymbolKind::
InstanceMethod
: return "instance-method";
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
1203
Selector LookupSelector, bool
InstanceMethod
) {
1223
PMC[{Interface, LookupSelector,
InstanceMethod
}];
1227
Val = Interface->lookupPrivateMethod(LookupSelector,
InstanceMethod
);
1231
Val = Interface->lookupMethod(LookupSelector,
InstanceMethod
);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp
4232
ObjCMethodDecl *&
InstanceMethod
,
4288
InstanceMethod
= RelatedClass->lookupMethod(Sel, true);
4289
if (!
InstanceMethod
) {
4314
ObjCMethodDecl *
InstanceMethod
= nullptr;
4317
ClassMethod,
InstanceMethod
, TDNDecl,
4354
if (
InstanceMethod
) {
4359
if (
InstanceMethod
->isPropertyAccessor())
4361
InstanceMethod
->findPropertyDecl()) {
4366
<< SrcType << DestType <<
InstanceMethod
->getSelector() << true
4370
// Provide a fixit: [ObjectExpr
InstanceMethod
]
[
all
...]
SemaDeclAttr.cpp
5562
IdentifierInfo *
InstanceMethod
=
5565
S.Context, AL, RelatedClass, ClassMethod,
InstanceMethod
));
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp
1275
case SymbolKind::
InstanceMethod
:
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
1420
IdentifierLoc *
InstanceMethod
= nullptr;
1422
InstanceMethod
= ParseIdentifierLoc();
1442
InstanceMethod
,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCall.cpp
110
/*
instanceMethod
=*/false,
178
arrangeLLVMFunctionInfo(CodeGenTypes &CGT, bool
instanceMethod
,
187
return CGT.arrangeLLVMFunctionInfo(resultType,
instanceMethod
,
198
return ::arrangeLLVMFunctionInfo(*this, /*
instanceMethod
=*/false, argTypes,
353
return arrangeLLVMFunctionInfo(resultType, /*
instanceMethod
=*/true,
429
return arrangeLLVMFunctionInfo(ResultType, /*
instanceMethod
=*/true,
451
noProto->getReturnType(), /*
instanceMethod
=*/false,
500
GetReturnType(MD->getReturnType()), /*
instanceMethod
=*/false,
511
GetReturnType(returnType), /*
instanceMethod
=*/false,
537
return arrangeLLVMFunctionInfo(Context.VoidTy, /*
instanceMethod
=*/false
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
9821
ObjCMethodDecl *&
InstanceMethod
,
Completed in 81 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026