Searched defs:ResultStr (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 1040 void RewriteObjC::RewriteTypeIntoString(QualType T, std::string &ResultStr, in RewriteTypeIntoString() 1065 std::string &ResultStr) { in RewriteObjCMethodDecl() 1177 std::string ResultStr; in RewriteImplementationDecl() local 1190 std::string ResultStr; in RewriteImplementationDecl() local 1206 std::string ResultStr; in RewriteInterfaceDecl() local 3235 void RewriteObjC::RewriteByRefString(std::string &ResultStr, in RewriteByRefString() 4932 std::string ResultStr; in HandleTranslationUnit() local
|
H A D | RewriteModernObjC.cpp | 1207 RewriteTypeIntoString(QualType T,std::string & ResultStr,const FunctionType * & FPRetType) RewriteTypeIntoString() argument 1232 RewriteObjCMethodDecl(const ObjCInterfaceDecl * IDecl,ObjCMethodDecl * OMD,std::string & ResultStr) RewriteObjCMethodDecl() argument 1354 std::string ResultStr; RewriteImplementationDecl() local 1367 std::string ResultStr; RewriteImplementationDecl() local 1392 std::string ResultStr; RewriteInterfaceDecl() local 4021 RewriteByRefString(std::string & ResultStr,const std::string & Name,ValueDecl * VD,bool def) RewriteByRefString() argument 5871 std::string ResultStr; HandleTranslationUnit() local 5878 std::string ResultStr; HandleTranslationUnit() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 9085 std::string ResultStr = E->ComputeName(Info.Ctx); VisitSYCLUniqueStableNameExpr() local
|