Searched defs:Getr (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp803 std::string Getr; local
807 Getr = "\nextern \"C\" __declspec(dllimport) "
811 PD->getGetterMethodDecl(), Getr);
812 Getr += "{ ";
817 Getr += "typedef ";
819 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr,
821 Getr += " _TYPE";
823 Getr += ")"; // close the precedence "scope" for "*".
827 Getr += "(";
829 if (i) Getr
[all...]
H A DRewriteModernObjC.cpp970 std::string Getr; local
974 Getr = "\nextern \"C\" __declspec(dllimport) "
978 PD->getGetterMethodDecl(), Getr);
979 Getr += "{ ";
984 Getr += "typedef ";
986 RewriteTypeIntoString(PD->getGetterMethodDecl()->getReturnType(), Getr,
988 Getr += " _TYPE";
990 Getr += ")"; // close the precedence "scope" for "*".
994 Getr += "(";
996 if (i) Getr
[all...]

Completed in 178 milliseconds