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