Searched refs:ToSrcCode (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/unittests/AST/ |
D | ASTImporterFixtures.cpp | 117 StringRef ToSrcCode, in lazyInitToAST() argument 123 ToCode = std::string(ToSrcCode); in lazyInitToAST() 142 StringRef FromSrcCode, TestLanguage FromLang, StringRef ToSrcCode, in getImportedDecl() argument 152 lazyInitToAST(ToLang, ToSrcCode, OutputFileName); in getImportedDecl() 187 TranslationUnitDecl *ASTImporterTestBase::getToTuDecl(StringRef ToSrcCode, in getToTuDecl() argument 191 lazyInitToAST(ToLang, ToSrcCode, OutputFileName); in getToTuDecl()
|
D | ASTImporterFixtures.h | 149 void lazyInitToAST(TestLanguage ToLang, StringRef ToSrcCode, 167 StringRef ToSrcCode, TestLanguage ToLang, 177 TranslationUnitDecl *getToTuDecl(StringRef ToSrcCode, TestLanguage ToLang);
|