Home
last modified time | relevance | path

Searched refs:importOrError (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/unittests/AST/
DASTImporterFixtures.cpp91 llvm::Expected<Decl *> ASTImporterTestBase::TU::importOrError( in importOrError() function in clang::ast_matchers::ASTImporterTestBase::TU
203 llvm::Expected<Decl *> ASTImporterTestBase::importOrError(Decl *From, in importOrError() function in clang::ast_matchers::ASTImporterTestBase
209 FromTU->importOrError(SharedStatePtr, ToAST.get(), From); in importOrError()
DASTImporterFixtures.h131 importOrError(const std::shared_ptr<ASTImporterSharedState> &SharedState,
190 llvm::Expected<Decl *> importOrError(Decl *From, TestLanguage ToLang);
DASTImporterODRStrategiesTest.cpp266 auto Result = importOrError(FromD, getLang()); in TypedTest_ImportAfter()