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

  /src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp 100 FunctionDecl *MsgSendSuperStretFunctionDecl;
679 MsgSendSuperStretFunctionDecl = nullptr;
2487 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
3208 if (!MsgSendSuperStretFunctionDecl)
3237 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
3337 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
RewriteObjC.cpp 97 FunctionDecl *MsgSendSuperStretFunctionDecl;
608 MsgSendSuperStretFunctionDecl = nullptr;
2414 MsgSendSuperStretFunctionDecl = FunctionDecl::Create(*Context, TUDecl,
2636 if (!MsgSendSuperStretFunctionDecl)
2665 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;
2764 MsgSendStretFlavor = MsgSendSuperStretFunctionDecl;

Completed in 33 milliseconds