reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
  389     FunctionDecl *SynthBlockInitFunctionDecl(StringRef name);

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 4409   FD = SynthBlockInitFunctionDecl(Tag);
 4416   FD = SynthBlockInitFunctionDecl(Func);
 4444         FD = SynthBlockInitFunctionDecl((*I)->getName());
 4455         FD = SynthBlockInitFunctionDecl((*I)->getName());
 4461         FD = SynthBlockInitFunctionDecl((*I)->getName());
 4489       FD = SynthBlockInitFunctionDecl((*I)->getName());