Searched refs:RewriteBlockPointerType (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp285 void RewriteBlockPointerType(std::string& Str, QualType Type);
2249 void RewriteObjC::RewriteBlockPointerType(std::string& Str, QualType Type) { function in class:RewriteObjC
2262 // FIXME. Consolidate this routine with RewriteBlockPointerType.
2306 RewriteBlockPointerType(FdStr, ArgType);
3327 RewriteBlockPointerType(S, (*I)->getType());
3907 RewriteBlockPointerType(TypeAsString, QT);
H A DRewriteModernObjC.cpp337 void RewriteBlockPointerType(std::string& Str, QualType Type);
2335 void RewriteModernObjC::RewriteBlockPointerType(std::string& Str, QualType Type) { function in class:RewriteModernObjC
2348 // FIXME. Consolidate this routine with RewriteBlockPointerType.
2392 RewriteBlockPointerType(FdStr, ArgType);
4115 RewriteBlockPointerType(S, (*I)->getType());
4736 RewriteBlockPointerType(TypeAsString, QT);

Completed in 184 milliseconds