HomeSort by relevance Sort by last modified time
    Searched refs:Getr (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Rewrite/
RewriteModernObjC.cpp 808 std::string Getr;
812 Getr = "\nextern \"C\" __declspec(dllimport) "
816 PD->getGetterMethodDecl(), Getr);
817 Getr += "{ ";
822 Getr += "typedef ";
    [all...]
RewriteObjC.cpp 790 std::string Getr;
794 Getr = "\nextern \"C\" __declspec(dllimport) "
798 PD->getGetterMethodDecl(), Getr);
799 Getr += "{ ";
804 Getr += "typedef ";
806 RewriteTypeIntoString(PD->getGetterMethodDecl()->getResultType(), Getr,
808 Getr += " _TYPE";
810 Getr += ")"; // close the precedence "scope" for "*".
814 Getr += "(";
816 if (i) Getr += ", "
    [all...]

Completed in 25 milliseconds