HomeSort by: relevance | last modified time | path
    Searched refs:GetterName (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
LLVMContextImpl.h 1123 MDString *GetterName;
1129 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1131 : Name(Name), File(File), Line(Line), GetterName(GetterName),
1135 GetterName(N->getRawGetterName()), SetterName(N->getRawSetterName()),
1140 Line == RHS->getLine() && GetterName == RHS->getRawGetterName() &&
1146 return hash_combine(Name, File, Line, GetterName, SetterName, Attributes,
DebugInfoMetadata.cpp 1541 MDString *GetterName, MDString *SetterName, unsigned Attributes,
1544 assert(isCanonical(GetterName) && "Expected canonical MDString");
1546 DEFINE_GETIMPL_LOOKUP(DIObjCProperty, (Name, File, Line, GetterName,
1548 Metadata *Ops[] = {Name, File, GetterName, SetterName, Type};
DIBuilder.cpp 408 StringRef GetterName, StringRef SetterName,
410 return DIObjCProperty::get(VMContext, Name, File, LineNumber, GetterName,
DebugInfo.cpp 1215 const char *GetterName, size_t GetterNameLen,
1221 {GetterName, GetterNameLen}, {SetterName, SetterNameLen},
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h 844 GetterName(nullptr), SetterName(nullptr) {}
889 const IdentifierInfo *getGetterName() const { return GetterName; }
890 IdentifierInfo *getGetterName() { return GetterName; }
893 GetterName = name;
918 IdentifierInfo *GetterName; // getter name or NULL if no getter
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
DebugInfoMetadata.h 3214 StringRef GetterName, StringRef SetterName, unsigned Attributes,
3217 getCanonicalMDString(Context, GetterName),
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 360 /// \param GetterName Name of the Objective C property getter selector.
366 StringRef GetterName,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 613 IdentifierInfo *getterName =
616 S.PP.getSelectorTable().getNullarySelector(getterName);
638 IdentifierInfo *getterName =
644 getterName);
1470 UnqualifiedId GetterName;
1472 GetterName.setIdentifier(II, RefExpr->getMemberLoc());
1478 SourceLocation(), GetterName, nullptr);
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclObjC.h 752 Selector GetterName;
779 PropertyImplementation(propControl), GetterName(Selector()),
882 Selector getGetterName() const { return GetterName; }
886 GetterName = Sel;
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/
DebugInfo.h 817 * \param GetterName Name of the Objective C property getter selector.
818 * \param GetterNameLen The length of the C string passed to \c GetterName.
828 const char *GetterName, size_t GetterNameLen,
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp 907 StringRef GetterName = Property->getGetterName();
908 if (!GetterName.empty())
909 addString(ElemDie, dwarf::DW_AT_APPLE_property_getter, GetterName);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 1301 DeclarationName GetterName = Record.readDeclarationName();
1303 D->setGetterName(GetterName.getObjCSelector(), GetterLoc);

Completed in 32 milliseconds