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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 99 FunctionDecl *MsgSendStretFunctionDecl;
678 MsgSendStretFunctionDecl = nullptr;
2471 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
3206 if (!MsgSendStretFunctionDecl)
3226 MsgSendStretFlavor = MsgSendStretFunctionDecl;
RewriteObjC.cpp 96 FunctionDecl *MsgSendStretFunctionDecl;
607 MsgSendStretFunctionDecl = nullptr;
2390 MsgSendStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2634 if (!MsgSendStretFunctionDecl)
2654 MsgSendStretFlavor = MsgSendStretFunctionDecl;

Completed in 24 milliseconds