Searched refs:simpleTransform (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Type.cpp | 727 static QualType simpleTransform(ASTContext &ctx, QualType type, F &&f); 739 return simpleTransform(Ctx, type, std::move(TheFunc)); in recurse() 1117 static QualType simpleTransform(ASTContext &ctx, QualType type, F &&f) { in simpleTransform() function 1143 return simpleTransform(ctx, *this, in substObjCTypeArgs() 1340 return simpleTransform(ctx, *this, in stripObjCKindOfType()
|