OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMethodDecl
(Results
1 - 25
of
48
) sorted by relevancy
1
2
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
ASTUtils.cpp
38
isGetterOfRefCounted(memberCall->
getMethodDecl
());
/src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnyCall.h
79
: E(ME), D(ME->
getMethodDecl
()), K(ObjCMethod) {}
/src/external/apache2/llvm/dist/clang/lib/Sema/
ScopeInfo.cpp
197
if (const ObjCMethodDecl *MD = MsgE->
getMethodDecl
()) {
SemaAvailability.cpp
702
if (ObjCMethodDecl *D = Msg->
getMethodDecl
()) {
SemaCoroutine.cpp
1538
auto *MethodDecl = MbrRef->
getMethodDecl
();
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
IvarInvalidationChecker.cpp
606
const ObjCMethodDecl *MD = ME->
getMethodDecl
();
692
const ObjCMethodDecl *MD = ME->
getMethodDecl
();
DynamicTypePropagation.cpp
770
return Method ? Method : MessageExpr->
getMethodDecl
();
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ExprObjC.h
1346
const ObjCMethodDecl *
getMethodDecl
() const {
1353
ObjCMethodDecl *
getMethodDecl
() {
1366
if (HasMethod) return
getMethodDecl
()->getMethodFamily();
/src/external/apache2/llvm/dist/clang/lib/AST/
ExprObjC.cpp
266
if (const ObjCMethodDecl *MD =
getMethodDecl
()) {
ExprClassification.cpp
387
cast<ObjCMessageExpr>(E)->
getMethodDecl
()) {
Expr.cpp
1877
return MCE->
getMethodDecl
();
2628
if (const ObjCMethodDecl *MD = ME->
getMethodDecl
())
2867
if (MCE->
getMethodDecl
() && isa<CXXConversionDecl>(MCE->
getMethodDecl
()))
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Initialization.h
448
ObjCMethodDecl *
getMethodDecl
() const { return MethodDecl; }
/src/external/apache2/llvm/dist/clang/lib/Index/
IndexBody.cpp
228
if (ObjCMethodDecl *MD = E->
getMethodDecl
()) {
/src/external/apache2/llvm/dist/clang/lib/Analysis/
RetainSummaryManager.cpp
1119
return getMethodSummary(ME->getSelector(), Class, ME->
getMethodDecl
(),
1143
const ObjCMethodDecl *Method = ME->
getMethodDecl
();
CalledOnceCheck.cpp
1102
const ObjCMethodDecl *Method = Message->
getMethodDecl
();
Consumed.cpp
804
CXXMethodDecl* MD = Call->
getMethodDecl
();
ThreadSafetyCommon.cpp
404
if (ME->
getMethodDecl
()->getNameAsString() == "get" &&
/src/external/apache2/llvm/dist/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
28
if (!Msg || Msg->isImplicit() || !Msg->
getMethodDecl
())
294
const ObjCMethodDecl *Method = Msg->
getMethodDecl
();
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
1461
OldMsg->
getMethodDecl
(),
1474
OldMsg->
getMethodDecl
(),
1490
OldMsg->
getMethodDecl
(),
1544
OldMsg->
getMethodDecl
(),
1557
OldMsg->
getMethodDecl
(),
1573
OldMsg->
getMethodDecl
(),
3223
if (ObjCMethodDecl *mDecl = Exp->
getMethodDecl
()) {
3501
if (ObjCMethodDecl *OMD = Exp->
getMethodDecl
()) {
3534
const ObjCMethodDecl *MD = Exp->
getMethodDecl
();
3557
Exp->
getMethodDecl
());
[
all
...]
RewriteObjC.cpp
1277
OldMsg->
getMethodDecl
(),
1290
OldMsg->
getMethodDecl
(),
1306
OldMsg->
getMethodDecl
(),
1353
OldMsg->
getMethodDecl
(),
1366
OldMsg->
getMethodDecl
(),
1382
OldMsg->
getMethodDecl
(),
2651
if (ObjCMethodDecl *mDecl = Exp->
getMethodDecl
()) {
2931
if (ObjCMethodDecl *OMD = Exp->
getMethodDecl
()) {
2964
const ObjCMethodDecl *MD = Exp->
getMethodDecl
();
2987
Exp->
getMethodDecl
());
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h
1149
return getOriginExpr()->
getMethodDecl
();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp
135
CE->
getMethodDecl
()->getType()->getAs<FunctionProtoType>())
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp
1285
return RuntimeDefinition(findDefiningRedecl(E->
getMethodDecl
()));
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriterStmt.cpp
1415
if (E->
getMethodDecl
()) {
1417
Record.AddDeclRef(E->
getMethodDecl
());
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ObjCMT.cpp
246
const ObjCMethodDecl *Method = Msg->
getMethodDecl
();
Completed in 107 milliseconds
1
2
Indexes created Sun Sep 20 00:26:38 UTC 2026