Home
last modified time | relevance | path

Searched refs:Getter (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/tools/libclang/
DCIndexInclusionStack.cpp38 const SrcMgr::SLocEntry &(SourceManager::*Getter)(unsigned, bool*) const; in clang_getInclusions() local
40 Getter = &SourceManager::getLoadedSLocEntry; in clang_getInclusions()
43 Getter = &SourceManager::getLocalSLocEntry; in clang_getInclusions()
47 const SrcMgr::SLocEntry &SL = (SM.*Getter)(i, &Invalid); in clang_getInclusions()
DIndexingContext.cpp526 if (ObjCMethodDecl *Getter = D->getGetterMethodDecl()) { in handleObjCProperty() local
527 getEntityInfo(Getter, GetterEntity, SA); in handleObjCProperty()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp213 ObjCMethodDecl *Getter; member in __anon838366420111::ObjCPropertyOpBuilder
222 SyntacticRefExpr(0), InstanceReceiver(0), Getter(0), Setter(0) { in ObjCPropertyOpBuilder()
475 if (Getter) return true; in findGetter()
479 if ((Getter = RefExpr->getImplicitPropertyGetter())) { in findGetter()
480 GetterSelector = Getter->getSelector(); in findGetter()
500 Getter = LookupMethodInReceiverType(S, prop->getGetterName(), RefExpr); in findGetter()
501 return (Getter != 0); in findGetter()
569 assert(Getter); in buildGet()
586 if (Getter->isInstanceMethod() || RefExpr->isObjectReceiver()) { in buildGet()
589 GenericLoc, Getter->getSelector(), in buildGet()
[all …]
DSemaExprObjC.cpp1398 ObjCMethodDecl *Getter = IFace->lookupInstanceMethod(Sel); in HandleExprPropertyRefExpr() local
1401 if (!Getter) in HandleExprPropertyRefExpr()
1402 Getter = LookupMethodInQualifiedType(Sel, OPT, true); in HandleExprPropertyRefExpr()
1405 if (!Getter) in HandleExprPropertyRefExpr()
1406 Getter = IFace->lookupPrivateMethod(Sel); in HandleExprPropertyRefExpr()
1409 if (!Getter) in HandleExprPropertyRefExpr()
1410 Getter = IFace->getCategoryInstanceMethod(Sel); in HandleExprPropertyRefExpr()
1411 if (Getter) { in HandleExprPropertyRefExpr()
1413 if (DiagnoseUseOfDecl(Getter, MemberLoc)) in HandleExprPropertyRefExpr()
1439 if (Getter || Setter) { in HandleExprPropertyRefExpr()
[all …]
DSemaExprMember.cpp1331 ObjCMethodDecl *Getter; in LookupMemberExpr() local
1332 if ((Getter = IFace->lookupClassMethod(Sel))) { in LookupMemberExpr()
1334 if (DiagnoseUseOfDecl(Getter, MemberLoc)) in LookupMemberExpr()
1337 Getter = IFace->lookupPrivateMethod(Sel, false); in LookupMemberExpr()
1356 if (Getter || Setter) { in LookupMemberExpr()
1357 return Owned(new (Context) ObjCPropertyRefExpr(Getter, Setter, in LookupMemberExpr()
DSemaCodeComplete.cpp4606 CodeCompletionBuilder Getter(Results.getAllocator(),
4608 Getter.AddTypedTextChunk("getter");
4609 Getter.AddTextChunk(" = ");
4610 Getter.AddPlaceholderChunk("method");
4611 Results.AddResult(CodeCompletionResult(Getter.TakeString()));
/external/webkit/Source/JavaScriptCore/runtime/
DPropertyDescriptor.cpp91 if (attributes & (Getter | Setter)) { in setDescriptor()
106 ASSERT(attributes & (Getter | Setter)); in setAccessorDescriptor()
152 m_attributes |= Getter; in setGetter()
DPropertySlot.h43 Getter, enumerator
171 m_cachedPropertyType = Getter; in setCacheableGetterSlot()
DJSObject.cpp325 putDirectInternal(globalData, propertyName, getterSetter, attributes | Getter, true, slot); in defineGetter()
628 attributes |= Getter; in putDescriptor()
643 target->putWithAttributes(exec, propertyName, newValue, attributes & ~(Getter | Setter)); in putDescriptor()
770 attrs |= Getter; in defineOwnProperty()
DArguments.cpp165 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter); in createStrictModeCallerIfNecessary()
177 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter); in createStrictModeCalleeIfNecessary()
DJSFunction.cpp108 descriptor.setAccessorDescriptor(thrower, thrower, DontEnum | DontDelete | Getter | Setter); in createDescriptorForThrowingProperty()
DObjectConstructor.cpp291 ASSERT((descriptor.attributes() & (Getter | Setter)) || (!descriptor.isAccessorDescriptor())); in objectConstructorDefineProperty()
DJSObject.h68 Getter = 1 << 5, // property is a getter enumerator
/external/clang/include/clang/AST/
DExprObjC.h565 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() argument
571 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), in ObjCPropertyRefExpr()
576 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() argument
581 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), in ObjCPropertyRefExpr()
586 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, in ObjCPropertyRefExpr() argument
591 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0), in ObjCPropertyRefExpr()
668 if (const ObjCMethodDecl *Getter = PDecl->getGetterMethodDecl()) in getGetterResultType() local
669 ResultType = Getter->getResultType(); in getGetterResultType()
673 const ObjCMethodDecl *Getter = getImplicitPropertyGetter(); in getGetterResultType() local
674 if (Getter) in getGetterResultType()
[all …]
/external/valgrind/main/drd/tests/
Dtsan_unittest.cpp467 void Getter() { in Getter() function
474 MyThreadArray t(Putter, Getter); in Run()
809 void Getter() { in Getter() function
821 MyThreadArray t(Putter, Getter); in Run()
909 void Getter() { in Getter() function
917 MyThreadArray t(Getter, Putter1, Putter2); in Run()
1427 void Getter() { in Getter() function
1436 MyThreadArray t(Getter, Putter, Putter); in Run()
1469 void Getter() { in Getter() function
1481 MyThreadArray t(Getter, Getter, Putter1, Putter2); in Run()
[all …]
/external/valgrind/unittest/
Dracecheck_unittest.cc227 void Getter() { in Getter() function
234 MyThreadArray t(Putter, Getter); in Run()
513 void Getter() { in Getter() function
525 MyThreadArray t(Putter, Getter); in Run()
613 void Getter() { in Getter() function
621 MyThreadArray t(Getter, Putter1, Putter2); in Run()
1119 void Getter() { in Getter() function
1128 MyThreadArray t(Getter, Putter, Putter); in Run()
1161 void Getter() { in Getter() function
1173 MyThreadArray t(Getter, Getter, Putter1, Putter2); in Run()
[all …]
/external/webkit/Source/JavaScriptCore/jit/
DJITPropertyAccess.cpp743 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdProto()
795 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdSelfList()
864 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdProtoList()
931 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdChainList()
999 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdChain()
DJITPropertyAccess32_64.cpp769 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdProto()
826 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdSelfList()
895 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdProtoList()
962 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdChainList()
1030 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdChain()
/external/clang/lib/CodeGen/
DCGDebugInfo.cpp1340 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateType() local
1345 (Getter && Getter->isImplicit()) ? "" : in CreateType()
1405 ObjCMethodDecl *Getter = PD->getGetterMethodDecl(); in CreateType() local
1410 (Getter && Getter->isImplicit()) ? "" : in CreateType()
/external/clang/lib/Rewrite/
DRewriteObjC.cpp5486 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
5487 if (!Getter->isDefined()) in RewriteObjCClassMetaData()
5488 InstanceMethods.push_back(Getter); in RewriteObjCClassMetaData()
5771 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
5772 InstanceMethods.push_back(Getter); in RewriteObjCCategoryImplDecl()
DRewriteModernObjC.cpp6769 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCClassMetaData() local
6770 if (!Getter->isDefined()) in RewriteObjCClassMetaData()
6771 InstanceMethods.push_back(Getter); in RewriteObjCClassMetaData()
7033 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()) in RewriteObjCCategoryImplDecl() local
7034 InstanceMethods.push_back(Getter); in RewriteObjCCategoryImplDecl()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp893 ObjCMethodDecl *Getter = ReadDeclAs<ObjCMethodDecl>(Record, Idx); in VisitObjCPropertyRefExpr() local
895 E->setImplicitProperty(Getter, Setter, MethodRefFlags); in VisitObjCPropertyRefExpr()
/external/webkit/Source/JavaScriptCore/parser/
DNodes.h412 enum Type { Constant = 1, Getter = 2, Setter = 4 }; enumerator
DJSParser.cpp1723 type = PropertyNode::Getter; in parseProperty()
/external/webkit/Source/JavaScriptCore/interpreter/
DInterpreter.cpp1328 case PropertySlot::Getter: in tryCacheGetByID()
1365 case PropertySlot::Getter: in tryCacheGetByID()
1391 case PropertySlot::Getter: in tryCacheGetByID()

12