Searched refs:ImportDefinition (Results 1 – 6 of 6) sorted by relevance
318 if (llvm::Error Err = Forward.ImportDefinition(SourceTag)) in CompleteType()338 if (llvm::Error Err = Forward.ImportDefinition(SourceInterface)) in CompleteType()
462 Error ImportDefinition(465 Error ImportDefinition(468 Error ImportDefinition(471 Error ImportDefinition(2005 Error ASTNodeImporter::ImportDefinition( in ImportDefinition() function in ASTNodeImporter2154 Error ASTNodeImporter::ImportDefinition( in ImportDefinition() function in ASTNodeImporter4554 Error ASTNodeImporter::ImportDefinition( in ImportDefinition() function in ASTNodeImporter9535 return Importer.ImportDefinition( in ImportDefinition()9543 return Importer.ImportDefinition( in ImportDefinition()9550 return Importer.ImportDefinition( in ImportDefinition()[all …]
485 LLVM_NODISCARD llvm::Error ImportDefinition(Decl *From);
155 We'd like to get the members too, so, we use ``ImportDefinition`` to copy the whole definition of `…160 if (llvm::Error Err = Importer.ImportDefinition(From)) {185 We can spare the call for ``ImportDefinition`` if we set up the importer to do a "normal" (not mini…247 if (llvm::Error Err = Importer.ImportDefinition(From)) {
908 if (llvm::Error err = ImportDefinition(from)) { in ImportDefinitionTo()
7060 llvm::Error Err = findFromTU(Record)->Importer->ImportDefinition(Record); in TEST_P()