Searched refs:Getter (Results 1 - 25 of 26) sorted by relevance

12

/external/clang/tools/libclang/
H A DCIndexInclusionStack.cpp38 const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const;
40 Getter = &SourceManager::getLoadedSLocEntry;
43 Getter = &SourceManager::getLocalSLocEntry;
47 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid);
/external/webkit/Source/JavaScriptCore/runtime/
H A DPropertyDescriptor.cpp91 if (attributes & (Getter | Setter)) {
106 ASSERT(attributes & (Getter | Setter));
152 m_attributes |= Getter;
H A DPropertySlot.h43 Getter, enumerator in enum:JSC::PropertySlot::CachedPropertyType
171 m_cachedPropertyType = Getter;
H A DArguments.cpp165 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter);
177 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter);
H A DJSObject.cpp325 putDirectInternal(globalData, propertyName, getterSetter, attributes | Getter, true, slot);
628 attributes |= Getter;
643 target->putWithAttributes(exec, propertyName, newValue, attributes & ~(Getter | Setter));
770 attrs |= Getter;
H A DJSFunction.cpp108 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter);
H A DObjectConstructor.cpp240 throwError(exec, createTypeError(exec, "Getter must be a function."));
291 ASSERT((descriptor.attributes() & (Getter | Setter)) || (!descriptor.isAccessorDescriptor()));
H A DJSObject.h68 Getter = 1 << 5, // property is a getter enumerator in enum:JSC::Attribute
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp581 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); local
582 if (Getter &&
583 (Getter->hasRelatedResultType()
584 || DiagnosePropertyAccessorMismatch(PD, Getter, MemberLoc)))
585 ResTy = getMessageSendResultType(QualType(OPT, 0), Getter, false,
607 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
608 T = getMessageSendResultType(QualType(OPT, 0), Getter, false, Super);
629 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); local
632 if (!Getter)
633 Getter
790 ObjCMethodDecl *Getter = IFace->lookupClassMethod(Sel); local
[all...]
H A DSemaExprMember.cpp1232 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
1233 T = getMessageSendResultType(BaseType, Getter, false, false);
1291 ObjCMethodDecl *Getter; local
1292 if ((Getter = IFace->lookupClassMethod(Sel))) {
1294 if (DiagnoseUseOfDecl(Getter, MemberLoc))
1297 Getter = IFace->lookupPrivateMethod(Sel, false);
1316 if (Getter || Setter) {
1320 if (Getter) {
1321 PType = getMessageSendResultType(QualType(OT, 0), Getter, true,
1332 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Sette
[all...]
H A DSemaCodeComplete.cpp4443 CodeCompletionBuilder Getter(Results.getAllocator());
4444 Getter.AddTypedTextChunk("getter");
4445 Getter.AddTextChunk(" = ");
4446 Getter.AddPlaceholderChunk("method");
4447 Results.AddResult(CodeCompletionResult(Getter.TakeString()));
H A DTreeTransform.h2258 ObjCMethodDecl *Getter,
2264 new (getSema().Context) ObjCPropertyRefExpr(Getter, Setter, T,
2257 RebuildObjCPropertyRefExpr(Expr *Base, QualType T, ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, SourceLocation PropertyLoc) argument
/external/clang/include/clang/AST/
H A DExprObjC.h270 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
276 PropertyOrGetter(Getter, true), Setter(Setter),
280 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
285 PropertyOrGetter(Getter, true), Setter(Setter),
289 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, argument
294 PropertyOrGetter(Getter, true), Setter(Setter),
348 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl())
349 ResultType = Getter->getResultType();
353 const ObjCMethodDecl *Getter = getImplicitPropertyGetter(); local
354 ResultType = Getter
411 setImplicitProperty(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter) argument
[all...]
/external/v8/test/mjsunit/
H A Dobject-create.js205 assertTrue(/Getter must be a function/.test(e));
219 assertTrue(/Getter must be a function/.test(e));
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp453 // Putter: Getter:
465 void Getter() { function in namespace:test04
472 MyThreadArray t(Putter, Getter);
789 // Putter: Getter:
807 void Getter() { function in namespace:test12
819 MyThreadArray t(Putter, Getter);
891 // Putter2: Putter1: Getter:
907 void Getter() { function in namespace:test14
915 MyThreadArray t(Getter, Putter1, Putter2);
1400 // Putter1: Getter
1425 void Getter() { function in namespace:test28
1467 void Getter() { function in namespace:test29
1846 void Getter() { function in namespace:test36
1948 void Getter() { function in namespace:test38
2055 void Getter() { function in namespace:test40
2166 void Getter() { function in namespace:test43
2204 void Getter() { function in namespace:test44
2245 void Getter() { function in namespace:test45
2986 void Getter() { function in namespace:test61
3028 void Getter() { function in namespace:test62
3059 void Getter() { function in namespace:test63
6613 void Getter() { function in namespace:test142
6654 void Getter() { function in namespace:test143
[all...]
/external/valgrind/unittest/
H A Dracecheck_unittest.cc215 // Putter: Getter:
227 void Getter() { function in namespace:test04
234 MyThreadArray t(Putter, Getter);
495 // Putter: Getter:
513 void Getter() { function in namespace:test12
525 MyThreadArray t(Putter, Getter);
597 // Putter2: Putter1: Getter:
613 void Getter() { function in namespace:test14
621 MyThreadArray t(Getter, Putter1, Putter2);
1094 // Putter1: Getter
1119 void Getter() { function in namespace:test28
1161 void Getter() { function in namespace:test29
1538 void Getter() { function in namespace:test36
1640 void Getter() { function in namespace:test38
1744 void Getter() { function in namespace:test40
1855 void Getter() { function in namespace:test43
1893 void Getter() { function in namespace:test44
1934 void Getter() { function in namespace:test45
2664 void Getter() { function in namespace:test61
2706 void Getter() { function in namespace:test62
2737 void Getter() { function in namespace:test63
5977 void Getter() { function in namespace:test142
6027 void Getter() { function in namespace:test143
[all...]
/external/webkit/Source/JavaScriptCore/jit/
H A DJITPropertyAccess.cpp743 if (slot.cachedPropertyType() == PropertySlot::Getter) {
795 if (slot.cachedPropertyType() == PropertySlot::Getter) {
864 if (slot.cachedPropertyType() == PropertySlot::Getter) {
931 if (slot.cachedPropertyType() == PropertySlot::Getter) {
999 if (slot.cachedPropertyType() == PropertySlot::Getter) {
H A DJITPropertyAccess32_64.cpp769 if (slot.cachedPropertyType() == PropertySlot::Getter) {
826 if (slot.cachedPropertyType() == PropertySlot::Getter) {
895 if (slot.cachedPropertyType() == PropertySlot::Getter) {
962 if (slot.cachedPropertyType() == PropertySlot::Getter) {
1030 if (slot.cachedPropertyType() == PropertySlot::Getter) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp839 ObjCMethodDecl *Getter = ReadDeclAs<ObjCMethodDecl>(Record, Idx); local
841 E->setImplicitProperty(Getter, Setter);
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp3741 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
3742 InstanceMethods.push_back(Getter);
3950 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl())
3951 if (!Getter->isDefined())
3952 InstanceMethods.push_back(Getter);
/external/webkit/Source/JavaScriptCore/interpreter/
H A DInterpreter.cpp1328 case PropertySlot::Getter:
1365 case PropertySlot::Getter:
1391 case PropertySlot::Getter:
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h412 enum Type { Constant = 1, Getter = 2, Setter = 4 }; enumerator in enum:JSC::PropertyNode::Type
H A DJSParser.cpp1723 type = PropertyNode::Getter;
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp248 case PropertyNode::Getter: {
/external/clang/include/clang/Sema/
H A DSema.h2265 ObjCMethodDecl *Getter,

Completed in 1143 milliseconds

12