Home
last modified time | relevance | path

Searched refs:ImportDefinition (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DExternalASTMerger.cpp318 if (llvm::Error Err = Forward.ImportDefinition(SourceTag)) in CompleteType()
338 if (llvm::Error Err = Forward.ImportDefinition(SourceInterface)) in CompleteType()
H A DASTImporter.cpp462 Error ImportDefinition(
465 Error ImportDefinition(
468 Error ImportDefinition(
471 Error ImportDefinition(
2005 Error ASTNodeImporter::ImportDefinition( in ImportDefinition() function in ASTNodeImporter
2154 Error ASTNodeImporter::ImportDefinition( in ImportDefinition() function in ASTNodeImporter
4554 Error ASTNodeImporter::ImportDefinition( in ImportDefinition() function in ASTNodeImporter
9535 return Importer.ImportDefinition( in ImportDefinition()
9543 return Importer.ImportDefinition( in ImportDefinition()
9550 return Importer.ImportDefinition( in ImportDefinition()
[all …]
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTImporter.h485 LLVM_NODISCARD llvm::Error ImportDefinition(Decl *From);
/llvm-project-15.0.7/clang/docs/
H A DLibASTImporter.rst155 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)) {
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp908 if (llvm::Error err = ImportDefinition(from)) { in ImportDefinitionTo()
/llvm-project-15.0.7/clang/unittests/AST/
H A DASTImporterTest.cpp7060 llvm::Error Err = findFromTU(Record)->Importer->ImportDefinition(Record); in TEST_P()