Home
last modified time | relevance | path

Searched refs:Accessor (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DCanonicalType.h228 #define LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(Accessor) \ argument
229 CanQualType Accessor() const { \
230 return CanQualType::CreateUnsafe(this->getTypePtr()->Accessor()); \
233 #define LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(Type, Accessor) \ argument
234 Type Accessor() const { return this->getTypePtr()->Accessor(); }
DExpr.h5900 IdentifierInfo *Accessor; variable
5907 Base(base), Accessor(&accessor), AccessorLoc(loc) { in ExtVectorElementExpr()
5919 IdentifierInfo &getAccessor() const { return *Accessor; } in getAccessor()
5920 void setAccessor(IdentifierInfo *II) { Accessor = II; } in setAccessor()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DAttr.td298 class Accessor<string name, list<Spelling> spellings> {
511 list<Accessor> Accessors = [];
665 let Accessors = [Accessor<"isGNU", [GCC<"aligned">]>,
666 Accessor<"isC11", [Keyword<"_Alignas">]>,
667 Accessor<"isAlignas", [Keyword<"alignas">,
669 Accessor<"isDeclspec",[Declspec<"align">]>];
724 let Accessors = [Accessor<"alwaysXRayInstrument",
726 Accessor<"neverXRayInstrument",
1056 let Accessors = [Accessor<"isConstinit", [Keyword<"constinit">]>];
1238 let Accessors = [Accessor<"isReadOnly", [Keyword<"__read_only">,
[all …]
/freebsd-12-stable/sys/dev/extres/syscon/
Dsyscon_if.m77 * Accessor functions for syscon register space
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
DClangAttrEmitter.cpp1580 for (const auto *Accessor : Accessors) { in writeAttrAccessorDefinition() local
1581 const StringRef Name = Accessor->getValueAsString("Name"); in writeAttrAccessorDefinition()
1582 std::vector<FlattenedSpelling> Spellings = GetFlattenedSpellings(*Accessor); in writeAttrAccessorDefinition()
/freebsd-12-stable/contrib/flex/
Dflex.skl914 /* Accessor methods to globals.
2520 /* Accessor methods (get/set functions) to struct members. */
2728 /* Accessor methods for yylval and yylloc */
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExpr.cpp4120 StringRef Comp = Accessor->getName(); in containsDuplicateElements()
4140 StringRef Comp = Accessor->getName(); in getEncodedElementAccess()
/freebsd-12-stable/crypto/openssl/
DINSTALL1018 structures and a number of EVP types. Accessor functions have
/freebsd-12-stable/contrib/binutils/bfd/
DChangeLog-20062620 bfinfdpic_plt_initial_offset): Accessor macros for it.
DChangeLog-91935695 (obj_conv_table_size): Accessor macro.
DChangeLog-94955064 (obj_som_sorted_syms): Accessor macro.
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DTreeTransform.h2727 IdentifierInfo &Accessor) { in RebuildExtVectorElementExpr() argument
2730 DeclarationNameInfo NameInfo(&Accessor, AccessorLoc); in RebuildExtVectorElementExpr()
/freebsd-12-stable/contrib/gcc/cp/
DChangeLog-19942091 (various others): Accessor macros for the above.