OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFD
(Results
1 - 19
of
19
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTMutationListener.h
109
const ObjCInterfaceDecl *
IFD
) {}
/src/external/apache2/llvm/dist/clang/lib/Frontend/
MultiplexConsumer.cpp
103
const ObjCInterfaceDecl *
IFD
) override;
199
const ObjCInterfaceDecl *
IFD
) {
201
Listeners[i]->AddedObjCCategoryToInterface(CatD,
IFD
);
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclObjC.cpp
923
if (auto *
IFD
= dyn_cast<ObjCInterfaceDecl>(CtxD)) {
924
if (ObjCImplementationDecl *ImplD = Ctx.getObjCImplementation(
IFD
))
934
if (ObjCInterfaceDecl *
IFD
= ImplD->getClassInterface())
935
if (!
IFD
->isInvalidDecl())
936
Redecl =
IFD
->getMethod(getSelector(), isInstanceMethod());
966
if (ObjCInterfaceDecl *
IFD
= ImplD->getClassInterface()) {
973
if (ObjCMethodDecl *MD =
IFD
->getMethod(Sel, isInstanceMethod()))
975
for (auto *Ext :
IFD
->known_extensions())
ExprConstant.cpp
3138
const IndirectFieldDecl *
IFD
) {
3139
for (const auto *C :
IFD
->chain())
4665
} else if (const IndirectFieldDecl *
IFD
=
4667
if (!HandleLValueIndirectMember(Info, RHS, LV,
IFD
))
6256
} else if (IndirectFieldDecl *
IFD
= I->getIndirectMember()) {
6259
auto IndirectFieldChain =
IFD
->chain();
7973
} else if (const IndirectFieldDecl *
IFD
= dyn_cast<IndirectFieldDecl>(MD)) {
7974
if (!HandleLValueIndirectMember(this->Info, E, Result,
IFD
))
11219
} else if (auto *
IFD
= dyn_cast<IndirectFieldDecl>(ME->getMemberDecl())) {
11220
for (auto *FD :
IFD
->chain())
[
all
...]
Decl.cpp
678
} else if (const auto *
IFD
= dyn_cast<IndirectFieldDecl>(D)) {
680
const VarDecl *VD =
IFD
->getVarDecl();
RecordLayoutBuilder.cpp
3367
const IndirectFieldDecl *
IFD
= cast<IndirectFieldDecl>(VD);
3370
for (const NamedDecl *ND :
IFD
->chain())
ItaniumMangle.cpp
739
else if (const IndirectFieldDecl *
IFD
=
741
mangleName(
IFD
->getAnonField());
/src/external/apache2/llvm/dist/clang/tools/libclang/
CXType.cpp
1037
if (const IndirectFieldDecl *
IFD
= dyn_cast<IndirectFieldDecl>(Res.front()))
1038
return Ctx.getFieldOffset(
IFD
);
1067
if (const IndirectFieldDecl *
IFD
= dyn_cast_or_null<IndirectFieldDecl>(D))
1068
return Ctx.getFieldOffset(
IFD
);
CIndex.cpp
6642
if (const ObjCInterfaceDecl *
IFD
= ImplD->getClassInterface())
6643
return MakeCXCursor(
IFD
, getCursorTU(C));
/src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTWriter.h
752
const ObjCInterfaceDecl *
IFD
) override;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp
2322
const ObjCInterfaceDecl *
IFD
) {
2323
assert(
IFD
->hasDesignatedInitializers());
2324
const ObjCInterfaceDecl *SuperD =
IFD
->getSuperClass();
2342
if (auto *IMD =
IFD
->getInstanceMethod(MD->getSelector())) {
2346
for (auto *Ext :
IFD
->visible_extensions())
SemaInit.cpp
2546
if (auto *
IFD
= dyn_cast<IndirectFieldDecl>(ND)) {
2550
ExpandAnonymousFieldDesignator(SemaRef, DIE, DesigIdx,
IFD
);
2552
KnownField = cast<FieldDecl>(*
IFD
->chain_begin());
SemaDecl.cpp
4961
if (const auto *
IFD
= dyn_cast<IndirectFieldDecl>(I))
4962
FD =
IFD
->getAnonField();
17209
if (const auto *
IFD
= dyn_cast<IndirectFieldDecl>(I))
17210
if (
IFD
->getDeclName())
SemaDeclCXX.cpp
3894
} else if (auto *
IFD
= dyn_cast<IndirectFieldDecl>(I)) {
3895
UninitializedFields.insert(
IFD
->getAnonField());
SemaExpr.cpp
2051
if (IndirectFieldDecl *
IFD
= dyn_cast<IndirectFieldDecl>(D))
2052
FD =
IFD
->getAnonField();
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
5874
const ObjCInterfaceDecl *
IFD
) {
5877
if (!
IFD
->isFromASTFile())
5880
assert(
IFD
->getDefinition() && "Category on a class without a definition?");
5882
const_cast<ObjCInterfaceDecl *>(
IFD
->getDefinition()));
/src/external/gpl3/gdb.old/dist/gdb/stubs/
ia64vms-stub.c
2399
EIHD *imghdr,
IFD
*imgfile,
2426
TERM_FAO ("xfer: !XH, imghdr: !XH,
ifd
: !XH!/",
/src/external/gpl3/gdb/dist/gdb/stubs/
ia64vms-stub.c
2399
EIHD *imghdr,
IFD
*imgfile,
2426
TERM_FAO ("xfer: !XH, imghdr: !XH,
ifd
: !XH!/",
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
4426
const ObjCInterfaceDecl *
IFD
);
Completed in 223 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026