OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetterName
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
IdentifierTable.cpp
670
SmallString<64>
SetterName
("set");
671
SetterName
+= Name;
672
SetterName
[3] = toUppercase(
SetterName
[3]);
673
return
SetterName
;
680
IdentifierInfo *
SetterName
=
682
return SelTable.getUnarySelector(
SetterName
);
/src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h
1124
MDString *
SetterName
;
1129
MDString *GetterName, MDString *
SetterName
, unsigned Attributes,
1132
SetterName
(
SetterName
), Attributes(Attributes), Type(Type) {}
1135
GetterName(N->getRawGetterName()),
SetterName
(N->getRawSetterName()),
1141
SetterName
== RHS->getRawSetterName() &&
1146
return hash_combine(Name, File, Line, GetterName,
SetterName
, Attributes,
DebugInfoMetadata.cpp
1541
MDString *GetterName, MDString *
SetterName
, unsigned Attributes,
1545
assert(isCanonical(
SetterName
) && "Expected canonical MDString");
1547
SetterName
, Attributes, Type));
1548
Metadata *Ops[] = {Name, File, GetterName,
SetterName
, Type};
DIBuilder.cpp
408
StringRef GetterName, StringRef
SetterName
,
411
SetterName
, PropertyAttributes, Ty);
DebugInfo.cpp
1216
const char *
SetterName
, size_t SetterNameLen,
1221
{GetterName, GetterNameLen}, {
SetterName
, SetterNameLen},
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
844
GetterName(nullptr),
SetterName
(nullptr) {}
897
const IdentifierInfo *getSetterName() const { return
SetterName
; }
898
IdentifierInfo *getSetterName() { return
SetterName
; }
901
SetterName
= name;
919
IdentifierInfo *
SetterName
; // setter name or NULL if no setter
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h
3214
StringRef GetterName, StringRef
SetterName
, unsigned Attributes,
3218
getCanonicalMDString(Context,
SetterName
), Attributes, Type,
3223
MDString *GetterName, MDString *
SetterName
,
3236
StringRef GetterName, StringRef
SetterName
,
3238
(Name, File, Line, GetterName,
SetterName
, Attributes,
3242
MDString *GetterName, MDString *
SetterName
,
3244
(Name, File, Line, GetterName,
SetterName
, Attributes,
DIBuilder.h
361
/// \param
SetterName
Name of the Objective C property setter selector.
367
StringRef
SetterName
,
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp
611
IdentifierInfo *
setterName
=
614
&S.Context.Idents.get(
setterName
->getName().substr(3));
1499
UnqualifiedId
SetterName
;
1501
SetterName
.setIdentifier(II, RefExpr->getMemberLoc());
1507
SourceLocation(),
SetterName
, nullptr);
/src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h
755
Selector
SetterName
;
780
SetterName
(Selector()) {}
890
Selector getSetterName() const { return
SetterName
; }
894
SetterName
= Sel;
/src/external/apache2/llvm/dist/llvm/include/llvm-c/
DebugInfo.h
819
* \param
SetterName
Name of the Objective C property setter selector.
820
* \param SetterNameLen The length of the C string passed to \c
SetterName
.
829
const char *
SetterName
, size_t SetterNameLen,
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp
910
StringRef
SetterName
= Property->getSetterName();
911
if (!
SetterName
.empty())
912
addString(ElemDie, dwarf::DW_AT_APPLE_property_setter,
SetterName
);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
756
IdentifierInfo *
SetterName
= OCDS.getSetterName();
758
if (
SetterName
)
759
SetterSel = PP.getSelectorTable().getSelector(1, &
SetterName
);
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp
1304
DeclarationName
SetterName
= Record.readDeclarationName();
1306
D->setSetterName(
SetterName
.getObjCSelector(), SetterLoc);
Completed in 42 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026