HomeSort by: relevance | last modified time | path
    Searched defs:RewriteBlockPointerType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 337 void RewriteBlockPointerType(std::string& Str, QualType Type);
2338 void RewriteModernObjC::RewriteBlockPointerType(std::string& Str, QualType Type) {
2351 // FIXME. Consolidate this routine with RewriteBlockPointerType.
2395 RewriteBlockPointerType(FdStr, ArgType);
4123 RewriteBlockPointerType(S, (*I)->getType());
4745 RewriteBlockPointerType(TypeAsString, QT);
RewriteObjC.cpp 285 void RewriteBlockPointerType(std::string& Str, QualType Type);
2252 void RewriteObjC::RewriteBlockPointerType(std::string& Str, QualType Type) {
2265 // FIXME. Consolidate this routine with RewriteBlockPointerType.
2309 RewriteBlockPointerType(FdStr, ArgType);
3334 RewriteBlockPointerType(S, (*I)->getType());
3915 RewriteBlockPointerType(TypeAsString, QT);

Completed in 27 milliseconds