Home
last modified time | relevance | path

Searched refs:ToSrcCode (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.cpp117 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()
DASTImporterFixtures.h149 void lazyInitToAST(TestLanguage ToLang, StringRef ToSrcCode,
167 StringRef ToSrcCode, TestLanguage ToLang,
177 TranslationUnitDecl *getToTuDecl(StringRef ToSrcCode, TestLanguage ToLang);