OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CDecl
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclPrinter.cpp
40
void PrintConstructorInitializers(CXXConstructorDecl *
CDecl
,
302
void DeclPrinter::PrintConstructorInitializers(CXXConstructorDecl *
CDecl
,
305
for (const auto *BMInitializer :
CDecl
->inits()) {
605
CXXConstructorDecl *
CDecl
= dyn_cast<CXXConstructorDecl>(D);
742
if (
CDecl
) {
744
PrintConstructorInitializers(
CDecl
, Proto);
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
195
if (ObjCCategoryDecl *
CDecl
= dyn_cast<ObjCCategoryDecl>(ClassDecl)) {
196
if (
CDecl
->IsClassExtension()) {
419
ObjCCategoryDecl *
CDecl
= cast<ObjCCategoryDecl>(CurContext);
423
ObjCInterfaceDecl *CCPrimary =
CDecl
->getClassInterface();
428
Diag(
CDecl
->getLocation(), diag::err_continuation_class);
512
ObjCPropertyDecl *PDecl = CreatePropertyDecl(S,
CDecl
, AtLoc, LParenLoc,
559
ObjCContainerDecl *
CDecl
,
614
DeclContext *DC =
CDecl
;
707
CDecl
->hasAttr<ObjCDirectMembersAttr>()) {
708
if (isa<ObjCProtocolDecl>(
CDecl
)) {
[
all
...]
SemaDeclObjC.cpp
1166
ObjCInterfaceDecl *
CDecl
= dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU);
1167
if (!
CDecl
) {
1176
ObjCCompatibleAliasDecl::Create(Context, CurContext, AtLoc, AliasName,
CDecl
);
1809
ObjCCategoryDecl *
CDecl
;
1821
CDecl
= ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,
1824
CDecl
->setInvalidDecl();
1825
CurContext->addDecl(
CDecl
);
1829
return ActOnObjCContainerStartDefinition(
CDecl
);
1868
CDecl
= ObjCCategoryDecl::Create(Context, CurContext, AtInterfaceLoc,
1872
CurContext->addDecl(
CDecl
);
[
all
...]
SemaCodeComplete.cpp
7389
ObjCInterfaceDecl *
CDecl
= nullptr;
7392
CDecl
= CurMethod->getClassInterface();
7393
if (!
CDecl
)
7397
CDecl
=
CDecl
->getSuperClass();
7398
if (!
CDecl
)
7406
AtArgumentExpression,
CDecl
);
7409
// Fall through to send to the superclass in
CDecl
.
7415
if ((
CDecl
= dyn_cast_or_null<ObjCInterfaceDecl>(ND))) {
7420
CDecl
= Iface->getInterface()
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp
394
void RewriteObjCInternalStruct(ObjCInterfaceDecl *
CDecl
,
405
void RewriteIvarOffsetSymbols(ObjCInterfaceDecl *
CDecl
,
455
void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *
CDecl
,
860
auto *
CDecl
= cast<ObjCContainerDecl>(D->getDeclContext());
862
if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(
CDecl
))
863
CDecl
= CatDecl->getClassInterface();
864
std::string RecName = std::string(
CDecl
->getName());
3767
const ObjCInterfaceDecl *
CDecl
= IV->getContainingInterface();
3768
if (ObjCInterefaceHasBitfieldGroups.count(
CDecl
)) {
3773
for (const ObjCIvarDecl *IVD =
CDecl
->all_declared_ivar_begin()
[
all
...]
RewriteObjC.cpp
322
void RewriteObjCInternalStruct(ObjCInterfaceDecl *
CDecl
,
333
virtual void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *
CDecl
,
535
void RewriteObjCCategoryImplDecl(ObjCCategoryImplDecl *
CDecl
,
3098
void RewriteObjC::RewriteObjCInternalStruct(ObjCInterfaceDecl *
CDecl
,
3100
assert(
CDecl
&& "Class missing in SynthesizeObjCInternalStruct");
3101
assert(
CDecl
->getName() != "" &&
3104
if (ObjCSynthesizedStructs.count(
CDecl
))
3106
ObjCInterfaceDecl *RCDecl =
CDecl
->getSuperClass();
3107
int NumIvars =
CDecl
->ivar_size();
3108
SourceLocation LocStart =
CDecl
->getBeginLoc()
[
all
...]
Completed in 44 milliseconds
Indexes created Mon Sep 21 00:25:25 UTC 2026