Searched refs:simpleTransform (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/AST/ |
D | Type.cpp | 656 QualType simpleTransform(ASTContext &ctx, QualType type, F &&f); 666 return simpleTransform(Ctx, type, std::move(TheFunc)); in recurse() 1041 QualType simpleTransform(ASTContext &ctx, QualType type, F &&f) { in simpleTransform() function 1069 return simpleTransform(ctx, *this, in substObjCTypeArgs() 1256 return simpleTransform(ctx, *this, in stripObjCKindOfType()
|