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

/external/clang/lib/Rewrite/
H A DRewriteModernObjC.cpp304 void RewriteBlockPointerType(std::string& Str, QualType Type);
2204 void RewriteModernObjC::RewriteBlockPointerType(std::string& Str, QualType Type) { function in class:RewriteModernObjC
2217 // FIXME. Consolidate this routine with RewriteBlockPointerType.
2261 RewriteBlockPointerType(FdStr, ArgType);
3792 RewriteBlockPointerType(S, (*I)->getType());
4457 RewriteBlockPointerType(TypeAsString, QT);
H A DRewriteObjC.cpp290 void RewriteBlockPointerType(std::string& Str, QualType Type);
2280 void RewriteObjC::RewriteBlockPointerType(std::string& Str, QualType Type) { function in class:RewriteObjC
2293 // FIXME. Consolidate this routine with RewriteBlockPointerType.
2338 RewriteBlockPointerType(FdStr, ArgType);
3397 RewriteBlockPointerType(S, (*I)->getType());
4001 RewriteBlockPointerType(TypeAsString, QT);

Completed in 79 milliseconds