OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InitMethod
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
563
const ObjCMethodDecl **
InitMethod
) const {
585
if (
InitMethod
)
586
*
InitMethod
= MD;
593
if (
InitMethod
)
594
*
InitMethod
= MD;
847
const ObjCMethodDecl **
InitMethod
) const {
854
return ID->isDesignatedInitializer(getSelector(),
InitMethod
);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
517
/// \param
InitMethod
if non-null and the function returns true, it receives
521
const ObjCMethodDecl **
InitMethod
= nullptr) const;
1498
/// \param
InitMethod
if non-null and the function returns true, it receives
1502
const ObjCMethodDecl **
InitMethod
= nullptr) const;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExprObjC.cpp
3202
const ObjCMethodDecl *
InitMethod
= nullptr;
3204
getCurMethodDecl()->isDesignatedInitializerForTheInterface(&
InitMethod
);
3205
assert(isDesignated &&
InitMethod
);
3210
Diag(
InitMethod
->getLocation(),
SemaDecl.cpp
14639
const ObjCMethodDecl *
InitMethod
= nullptr;
14641
MD->isDesignatedInitializerForTheInterface(&
InitMethod
);
14642
assert(isDesignated &&
InitMethod
);
14660
Diag(
InitMethod
->getLocation(),
Completed in 51 milliseconds
Indexes created Sun Sep 20 00:26:38 UTC 2026