Home
last modified time | relevance | path

Searched refs:RewriteBlockPointerTypeVariable (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp286 void RewriteBlockPointerTypeVariable(std::string& Str, ValueDecl *VD);
2266 void RewriteObjC::RewriteBlockPointerTypeVariable(std::string& Str, in RewriteBlockPointerTypeVariable() function in RewriteObjC
3320 RewriteBlockPointerTypeVariable(S, (*I)); in SynthesizeBlockFunc()
H A DRewriteModernObjC.cpp338 void RewriteBlockPointerTypeVariable(std::string& Str, ValueDecl *VD);
2352 void RewriteModernObjC::RewriteBlockPointerTypeVariable(std::string& Str,
4109 RewriteBlockPointerTypeVariable(S, (*I)); in SynthesizeBlockFunc()
2353 void RewriteModernObjC::RewriteBlockPointerTypeVariable(std::string& Str, RewriteBlockPointerTypeVariable() function in RewriteModernObjC