OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObjCInterfaceDecl
(Results
1 - 25
of
131
) sorted by relevancy
1
2
3
4
5
6
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
65
//
ObjCInterfaceDecl
135
if (const auto *ID = dyn_cast<
ObjCInterfaceDecl
>(this)) {
163
ObjCInterfaceDecl
*OSC = ID->getSuperClass();
191
if (auto *IDecl = dyn_cast<
ObjCInterfaceDecl
>(DC)) {
249
if (const auto *ClassDecl = dyn_cast<
ObjCInterfaceDecl
>(this)) {
273
const auto *OID = cast<
ObjCInterfaceDecl
>(this);
289
if (const
ObjCInterfaceDecl
*superClass = OID->getSuperClass())
307
void
ObjCInterfaceDecl
::anchor() {}
309
ObjCTypeParamList *
ObjCInterfaceDecl
::getTypeParamList() const {
315
if (const
ObjCInterfaceDecl
*def = getDefinition()
[
all
...]
ExternalASTSource.cpp
51
void ExternalASTSource::CompleteType(
ObjCInterfaceDecl
*Class) {}
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DirectIvarAssignment.cpp
62
const
ObjCInterfaceDecl
*InterfD;
69
const
ObjCInterfaceDecl
*InID, BugReporter &InBR,
95
const
ObjCInterfaceDecl
*InterD,
102
ObjCInterfaceDecl
*NonConstInterD = const_cast<
ObjCInterfaceDecl
*>(InterD);
119
const
ObjCInterfaceDecl
*InterD = D->getClassInterface();
ObjCPropertyChecker.cpp
57
if (const
ObjCInterfaceDecl
*IntD =
58
dyn_cast<
ObjCInterfaceDecl
>(D->getDeclContext())) {
IvarInvalidationChecker.cpp
193
const
ObjCInterfaceDecl
*InterfaceD,
205
const
ObjCInterfaceDecl
*InterfaceD,
254
if (const
ObjCInterfaceDecl
*InterfD = dyn_cast<
ObjCInterfaceDecl
>(D)) {
285
const
ObjCInterfaceDecl
*IvInterf = IvTy->getInterfaceDecl();
301
const
ObjCInterfaceDecl
*InterfaceD,
366
const
ObjCInterfaceDecl
*InterfaceD = ImplD->getClassInterface();
369
ObjCInterfaceDecl
*IDecl = const_cast<
ObjCInterfaceDecl
*>(InterfaceD);
381
ObjCInterfaceDecl
::PropertyMap PropMap
[
all
...]
CheckObjCInstMethSignature.cpp
82
const
ObjCInterfaceDecl
*D = ID->getClassInterface();
83
const
ObjCInterfaceDecl
*C = D->getSuperClass();
NSAutoreleasePoolChecker.cpp
48
const
ObjCInterfaceDecl
*OD = msg.getReceiverInterface();
NoReturnFunctionChecker.cpp
112
const
ObjCInterfaceDecl
*Receiver = Msg.getReceiverInterface();
TrustNonnullChecker.cpp
97
const
ObjCInterfaceDecl
*ID = Msg.getReceiverInterface();
196
bool interfaceHasSuperclass(const
ObjCInterfaceDecl
*ID,
201
if (const
ObjCInterfaceDecl
*Super = ID->getSuperClass())
BasicObjCFoundationChecks.cpp
53
if (const
ObjCInterfaceDecl
*ID = msg.getReceiverInterface())
69
static FoundationClass findKnownClass(const
ObjCInterfaceDecl
*ID,
85
if (const
ObjCInterfaceDecl
*Super = ID->getSuperClass())
222
const
ObjCInterfaceDecl
*ID = msg.getReceiverInterface();
621
const
ObjCInterfaceDecl
*Class = msg.getReceiverInterface();
684
const
ObjCInterfaceDecl
*Class = MD->getClassInterface();
697
const
ObjCInterfaceDecl
*Class = msg.getReceiverInterface();
835
const
ObjCInterfaceDecl
*ID = PT->getInterfaceDecl();
1015
const
ObjCInterfaceDecl
*ClassID = M.getReceiverInterface();
1061
const
ObjCInterfaceDecl
*StaticClass
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Edit/
Rewriters.h
15
class
ObjCInterfaceDecl
;
/src/external/apache2/llvm/dist/clang/lib/Analysis/
ObjCNoReturn.cpp
20
static bool isSubclass(const
ObjCInterfaceDecl
*Class, IdentifierInfo *II) {
56
if (const
ObjCInterfaceDecl
*ID = ME->getReceiverInterface()) {
CocoaConventions.cpp
83
const
ObjCInterfaceDecl
*ID = PT->getInterfaceDecl();
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCRuntime.h
47
class
ObjCInterfaceDecl
;
80
const
ObjCInterfaceDecl
*OID,
87
const
ObjCInterfaceDecl
*OID,
173
const
ObjCInterfaceDecl
*Class = nullptr,
187
const
ObjCInterfaceDecl
*OID,
202
const
ObjCInterfaceDecl
*Class,
272
const
ObjCInterfaceDecl
*OID) = 0;
309
const
ObjCInterfaceDecl
*Interface,
344
const
ObjCInterfaceDecl
*ID,
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
53
class
ObjCInterfaceDecl
;
318
ObjCInterfaceDecl
*getClassInterface();
319
const
ObjCInterfaceDecl
*getClassInterface() const {
416
void createImplicitParams(ASTContext &Context, const
ObjCInterfaceDecl
*ID);
420
QualType getSelfType(ASTContext &Context, const
ObjCInterfaceDecl
*OID,
942
/// Current sub-classes are
ObjCInterfaceDecl
, ObjCCategoryDecl,
1148
class
ObjCInterfaceDecl
: public ObjCContainerDecl
1149
, public Redeclarable<
ObjCInterfaceDecl
> {
1159
ObjCInterfaceDecl
*Definition = nullptr;
1229
ObjCInterfaceDecl
(const ASTContext &C, DeclContext *DC, SourceLocation AtLoc
[
all
...]
ASTMutationListener.h
32
class
ObjCInterfaceDecl
;
109
const
ObjCInterfaceDecl
*IFD) {}
NSAPI.h
18
class
ObjCInterfaceDecl
;
228
bool isSubclassOfNSClass(
ObjCInterfaceDecl
*InterfaceDecl,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
60
ObjCInterfaceDecl
*resultClass = result->getInterface();
74
const
ObjCInterfaceDecl
*receiverClass = nullptr;
148
ObjCInterfaceDecl
*CurrentClass
149
= dyn_cast<
ObjCInterfaceDecl
>(NewMethod->getDeclContext());
437
if (
ObjCInterfaceDecl
*IC = MDecl->getClassInterface()) {
447
if (
ObjCInterfaceDecl
*OID = dyn_cast<
ObjCInterfaceDecl
>(ContDeclOfMethodDecl))
451
if (
ObjCInterfaceDecl
*OID = CD->getClassInterface())
477
if (const
ObjCInterfaceDecl
*SuperClass = IC->getSuperClass()) {
502
// If an
ObjCInterfaceDecl
* is given to the constructor, then the validatio
[
all
...]
DelayedDiagnostic.cpp
28
const
ObjCInterfaceDecl
*UnknownObjCClass,
SemaAvailability.cpp
65
ObjCInterfaceDecl
*ClassReceiver) {
82
if (const auto *IDecl = dyn_cast<
ObjCInterfaceDecl
>(D)) {
163
if (const
ObjCInterfaceDecl
*Interface = CatOrImpl->getClassInterface())
169
if (const
ObjCInterfaceDecl
*Interface = CatD->getClassInterface())
315
const
ObjCInterfaceDecl
*UnknownObjCClass,
559
const
ObjCInterfaceDecl
*UnknownObjCClass,
660
ObjCInterfaceDecl
*ClassReceiver = nullptr);
703
ObjCInterfaceDecl
*ID = nullptr;
736
NamedDecl *D, SourceRange Range,
ObjCInterfaceDecl
*ReceiverClass) {
924
const
ObjCInterfaceDecl
*UnknownObjCClass
[
all
...]
SemaObjCProperty.cpp
221
(isa<
ObjCInterfaceDecl
>(ClassDecl) ||
229
if (
ObjCInterfaceDecl
*IFace = dyn_cast<
ObjCInterfaceDecl
>(ClassDecl)) {
232
ObjCInterfaceDecl
*CurrentInterfaceDecl = IFace;
233
while (
ObjCInterfaceDecl
*Super = CurrentInterfaceDecl->getSuperClass()) {
423
ObjCInterfaceDecl
*CCPrimary = CDecl->getClassInterface();
595
ObjCInterfaceDecl
*IDecl = ObjPtrTy->getObjectType()->getInterface();
839
ObjCInterfaceDecl
*ClassDecl,
843
ObjCInterfaceDecl
::ProtocolPropertySet ProtocolSet;
844
ObjCInterfaceDecl
::PropertyDeclOrder Properties
[
all
...]
SemaExprObjC.cpp
104
if (
ObjCInterfaceDecl
*StrIF = dyn_cast_or_null<
ObjCInterfaceDecl
>(IF)) {
119
if (
ObjCInterfaceDecl
*StrIF = dyn_cast_or_null<
ObjCInterfaceDecl
>(IF)) {
130
ObjCInterfaceDecl
*NSStringIDecl =
131
ObjCInterfaceDecl
::Create (Context,
148
const
ObjCInterfaceDecl
*Class,
193
/// Validates
ObjCInterfaceDecl
availability.
194
///
ObjCInterfaceDecl
, used to create ObjC literals, should be defined
196
static bool ValidateObjCLiteralInterfaceDecl(Sema &S,
ObjCInterfaceDecl
*Decl
[
all
...]
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXCursor.h
35
class
ObjCInterfaceDecl
;
61
CXCursor MakeCursorObjCSuperClassRef(
ObjCInterfaceDecl
*Super,
66
std::pair<const
ObjCInterfaceDecl
*, SourceLocation>
79
CXCursor MakeCursorObjCClassRef(const
ObjCInterfaceDecl
*Class,
84
std::pair<const
ObjCInterfaceDecl
*, SourceLocation>
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DelayedDiagnostic.h
43
class
ObjCInterfaceDecl
;
139
const
ObjCInterfaceDecl
*UnknownObjCClass,
221
const
ObjCInterfaceDecl
*getUnknownObjCClass() const {
237
const
ObjCInterfaceDecl
*UnknownObjCClass;
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
113
llvm::SmallPtrSet<
ObjCInterfaceDecl
*, 8> ObjCSynthesizedStructs;
115
llvm::SmallPtrSet<
ObjCInterfaceDecl
*, 8> ObjCWrittenInterfaces;
117
SmallVector<
ObjCInterfaceDecl
*, 32> ObjCInterfacesSeen;
119
SmallVector<
ObjCInterfaceDecl
*, 8> DefinedNonLazyClasses;
148
llvm::DenseMap<
ObjCInterfaceDecl
*,
152
llvm::DenseSet<const
ObjCInterfaceDecl
*> ObjCInterefaceHasBitfieldGroups;
156
llvm::DenseMap<std::pair<const
ObjCInterfaceDecl
*, unsigned>, QualType> GroupRecordType;
192
if (
ObjCInterfaceDecl
*Class = dyn_cast<
ObjCInterfaceDecl
>(*I)) {
316
void RewriteForwardClassEpilogue(
ObjCInterfaceDecl
*ClassDecl
[
all
...]
Completed in 95 milliseconds
1
2
3
4
5
6
Indexes created Wed Jun 17 00:25:26 UTC 2026