Home
last modified time | relevance | path

Searched refs:baseObject (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslGrammar.cpp3238 …ptFunctionCall(const TSourceLoc& loc, TString& name, TIntermTyped*& node, TIntermTyped* baseObject) in acceptFunctionCall() argument
3242 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()
/external/clang/lib/AST/
DASTContext.cpp3744 if (auto baseObject = baseType->getAs<ObjCObjectType>()) in getObjCObjectType() local
3745 effectiveTypeArgs = baseObject->getTypeArgs(); in getObjCObjectType()