Searched refs:baseObject (Results 1 – 2 of 2) sorted by relevance
3238 …ptFunctionCall(const TSourceLoc& loc, TString& name, TIntermTyped*& node, TIntermTyped* baseObject) in acceptFunctionCall() argument3242 if (baseObject == nullptr) { in acceptFunctionCall()3244 } else if (parseContext.isBuiltInMethod(loc, baseObject, name)) { in acceptFunctionCall()3250 if (! baseObject->getType().isStruct()) { in acceptFunctionCall()3255 functionName->append(baseObject->getType().getTypeName()); in acceptFunctionCall()3265 if (baseObject != nullptr) { in acceptFunctionCall()3267 parseContext.handleFunctionArgument(function, arguments, baseObject); in acceptFunctionCall()
3744 if (auto baseObject = baseType->getAs<ObjCObjectType>()) in getObjCObjectType() local3745 effectiveTypeArgs = baseObject->getTypeArgs(); in getObjCObjectType()