Searched refs:HasRSObjectType (Results 1 – 3 of 3) sorted by relevance
36 bool HasRSObjectType(const clang::Type *T);
363 … HasRSObjectType(S.FnAccumulatorParamFirstTy->getPointeeType().getCanonicalType().getTypePtr())) { in analyzeAccumulator()411 } else if (HasRSObjectType(ParamType)) { in analyzeAccumulator()706 } else if (HasRSObjectType(PointeeQType.getTypePtr())) { in analyzeResultType()
1637 bool HasRSObjectType(const clang::Type *T) { in HasRSObjectType() function