Searched refs:lazyInitToAST (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterFixtures.cpp | 116 void ASTImporterTestBase::lazyInitToAST(TestLanguage ToLang, in lazyInitToAST() function in clang::ast_matchers::ASTImporterTestBase 152 lazyInitToAST(ToLang, ToSrcCode, OutputFileName); in getImportedDecl() 191 lazyInitToAST(ToLang, ToSrcCode, OutputFileName); in getToTuDecl() 196 lazyInitToAST(ToLang, "", OutputFileName); in Import() 205 lazyInitToAST(ToLang, "", OutputFileName); in importOrError() 215 lazyInitToAST(ToLang, "", OutputFileName); in ImportType()
|
| H A D | ASTImporterFixtures.h | 149 void lazyInitToAST(TestLanguage ToLang, StringRef ToSrcCode,
|