OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCImplementationDecl
(Results
1 - 25
of
59
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CheckObjCInstMethSignature.cpp
42
const
ObjCImplementationDecl
*ID,
78
static void CheckObjCInstMethSignature(const
ObjCImplementationDecl
*ID,
128
check::ASTDecl<
ObjCImplementationDecl
> > {
130
void checkASTDecl(const
ObjCImplementationDecl
*D, AnalysisManager& mgr,
ObjCMissingSuperCallChecker.cpp
65
check::ASTDecl<
ObjCImplementationDecl
> > {
69
void checkASTDecl(const
ObjCImplementationDecl
*D, AnalysisManager &Mgr,
72
bool isCheckableClass(const
ObjCImplementationDecl
*D,
88
bool ObjCSuperCallChecker::isCheckableClass(const
ObjCImplementationDecl
*D,
166
void ObjCSuperCallChecker::checkASTDecl(const
ObjCImplementationDecl
*D,
ObjCUnusedIVarsChecker.cpp
82
if (const
ObjCImplementationDecl
*ID = dyn_cast<
ObjCImplementationDecl
>(D)) {
106
static void checkObjCUnusedIvar(const
ObjCImplementationDecl
*D,
149
// to go from the
ObjCImplementationDecl
to the lexically "nested"
176
check::ASTDecl<
ObjCImplementationDecl
> > {
178
void checkASTDecl(const
ObjCImplementationDecl
*D, AnalysisManager& mgr,
DirectIvarAssignment.cpp
52
public Checker<check::ASTDecl<
ObjCImplementationDecl
> > {
90
void checkASTDecl(const
ObjCImplementationDecl
*D, AnalysisManager& Mgr,
116
void DirectIvarAssignment::checkASTDecl(const
ObjCImplementationDecl
*D,
IvarInvalidationChecker.cpp
223
void visit(const
ObjCImplementationDecl
*D) const;
244
assert(!isa<
ObjCImplementationDecl
>(D));
359
visit(const
ObjCImplementationDecl
*ImplD) const {
726
public Checker<check::ASTDecl<
ObjCImplementationDecl
> > {
730
void checkASTDecl(const
ObjCImplementationDecl
*D, AnalysisManager& Mgr,
CheckObjCDealloc.cpp
93
: public Checker<check::ASTDecl<
ObjCImplementationDecl
>,
113
void checkASTDecl(const
ObjCImplementationDecl
*D, AnalysisManager& Mgr,
189
void ObjCDeallocChecker::checkASTDecl(const
ObjCImplementationDecl
*D,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
LexicallyOrderedRecursiveASTVisitor.h
45
/// |-
ObjCImplementationDecl
... MyClass
66
bool TraverseObjCImplementationDecl(
ObjCImplementationDecl
*D) {
89
if (!isa<
ObjCImplementationDecl
>(Child) &&
DeclObjC.h
52
class
ObjCImplementationDecl
;
1325
ObjCImplementationDecl
*getImplementation() const;
1326
void setImplementation(
ObjCImplementationDecl
*ImplD);
2519
///
ObjCImplementationDecl
- Represents a class definition - this is where
2536
class
ObjCImplementationDecl
: public ObjCImplDecl {
2557
ObjCImplementationDecl
(DeclContext *DC,
2578
static
ObjCImplementationDecl
*Create(ASTContext &C, DeclContext *DC,
2587
static
ObjCImplementationDecl
*CreateDeserialized(ASTContext &C, unsigned ID);
2707
raw_ostream &operator<<(raw_ostream &OS, const
ObjCImplementationDecl
&ID);
ASTContext.h
116
class
ObjCImplementationDecl
;
1888
/// an ObjCCategoryImplDecl or
ObjCImplementationDecl
; it should
2304
getASTObjCImplementationLayout(const
ObjCImplementationDecl
*D) const;
2344
const
ObjCImplementationDecl
*ID,
2796
ObjCImplementationDecl
*getObjCImplementation(ObjCInterfaceDecl *D);
2809
ObjCImplementationDecl
*ImplD);
3100
const
ObjCImplementationDecl
*Impl) const;
JSONNodeDumper.h
259
void VisitObjCImplementationDecl(const
ObjCImplementationDecl
*D);
TextNodeDumper.h
365
void VisitObjCImplementationDecl(const
ObjCImplementationDecl
*D);
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
Transforms.h
61
ObjCImplementationDecl
*ImpD;
65
ObjCImplementationDecl
*D)
69
ObjCImplementationDecl
*getImplementationDecl() { return ImpD; }
TransProperties.cpp
48
ObjCImplementationDecl
*CurImplD;
90
void doTransform(
ObjCImplementationDecl
*D) {
ObjCMT.cpp
52
const
ObjCImplementationDecl
*ImpDecl);
85
const
ObjCImplementationDecl
*ImplD);
175
if (const
ObjCImplementationDecl
*Impl = dyn_cast<
ObjCImplementationDecl
>(D))
603
const
ObjCImplementationDecl
*ImpDecl,
833
const
ObjCImplementationDecl
*ImpDecl) {
1701
const
ObjCImplementationDecl
*ImplD) {
1866
else if (const
ObjCImplementationDecl
*ImpDecl =
1867
dyn_cast<
ObjCImplementationDecl
>(*D)) {
1931
if (const
ObjCImplementationDecl
*
[
all
...]
TransEmptyStatementsAndDealloc.cpp
200
typedef DeclContext::specific_decl_iterator<
ObjCImplementationDecl
>
Transforms.cpp
328
bool TraverseObjCImplementationDecl(
ObjCImplementationDecl
*D) {
525
typedef DeclContext::specific_decl_iterator<
ObjCImplementationDecl
>
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
752
if (
ObjCImplementationDecl
*ImpDecl = getImplementation())
924
if (
ObjCImplementationDecl
*ImplD = Ctx.getObjCImplementation(IFD))
933
} else if (auto *ImplD = dyn_cast<
ObjCImplementationDecl
>(CtxD)) {
965
if (auto *ImplD = dyn_cast<
ObjCImplementationDecl
>(CtxD)) {
967
// When the container is the
ObjCImplementationDecl
(the primary
1576
ObjCImplementationDecl
::getObjCRuntimeNameAsString() const {
1578
const_cast<
ObjCImplementationDecl
*>(this)->getClassInterface())
1584
ObjCImplementationDecl
*ObjCInterfaceDecl::getImplementation() const {
1597
void ObjCInterfaceDecl::setImplementation(
ObjCImplementationDecl
*ImplD) {
1661
if (
ObjCImplementationDecl
*ImplDecl = getImplementation())
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.h
46
class
ObjCImplementationDecl
;
83
const
ObjCImplementationDecl
*OID,
157
virtual void GenerateClass(const
ObjCImplementationDecl
*OID) = 0;
CodeGenModule.h
59
class
ObjCImplementationDecl
;
1503
void EmitObjCPropertyImplementations(const
ObjCImplementationDecl
*D);
1504
void EmitObjCIvarInitializations(
ObjCImplementationDecl
*D);
CGObjCRuntime.cpp
38
const
ObjCImplementationDecl
*OID,
CGObjCMac.cpp
964
llvm::Constant *BuildIvarLayout(const
ObjCImplementationDecl
*OI,
970
llvm::Constant *BuildStrongIvarLayout(const
ObjCImplementationDecl
*OI,
976
llvm::Constant *BuildWeakIvarLayout(const
ObjCImplementationDecl
*OI,
1233
llvm::Constant *EmitClassExtension(const
ObjCImplementationDecl
*ID,
1256
llvm::Constant *EmitIvarList(const
ObjCImplementationDecl
*ID,
1266
llvm::Constant *EmitMetaClass(const
ObjCImplementationDecl
*ID,
1349
void GenerateClass(const
ObjCImplementationDecl
*ClassDecl) override;
1436
const
ObjCImplementationDecl
*ID);
1458
llvm::Constant *EmitIvarList(const
ObjCImplementationDecl
*ID);
1548
void GetClassSizeInfo(const
ObjCImplementationDecl
*OID
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/libclang/
CursorVisitor.h
232
bool VisitObjCImplementationDecl(
ObjCImplementationDecl
*D);
CXIndexDataConsumer.cpp
78
bool VisitObjCImplementationDecl(const
ObjCImplementationDecl
*D) {
705
const
ObjCImplementationDecl
*D) {
1034
if (const
ObjCImplementationDecl
*
1035
ImplD = dyn_cast<
ObjCImplementationDecl
>(D)) {
CXIndexDataConsumer.h
392
bool handleObjCImplementation(const
ObjCImplementationDecl
*D);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
67
!isa<
ObjCImplementationDecl
>(method->getDeclContext()))
2059
ObjCImplementationDecl
* IMPDecl =
2060
ObjCImplementationDecl
::Create(Context, CurContext, IDecl, SDecl,
2115
void Sema::CheckImplementationIvars(
ObjCImplementationDecl
*ImpDecl,
2132
// only in the
ObjCImplementationDecl
. In the non-fragile case the ivar
2341
!isa<
ObjCImplementationDecl
>(MethodImpl->getDeclContext()) &&
2433
!isa<
ObjCImplementationDecl
>(MethodImpl->getDeclContext()) &&
3769
static void DiagnoseWeakIvars(Sema &S,
ObjCImplementationDecl
*ID) {
3838
} else if (auto *ImplDecl = dyn_cast<
ObjCImplementationDecl
>(OCD)) {
3978
bool checkIdenticalMethods = isa<
ObjCImplementationDecl
>(ClassDecl)
[
all
...]
Completed in 49 milliseconds
1
2
3
Indexes created Sat Jun 13 00:24:39 UTC 2026