Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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.cpp435 Error ImportDefinition(
438 Error ImportDefinition(
441 Error ImportDefinition(
444 Error ImportDefinition(
1949 Error ASTNodeImporter::ImportDefinition( in ImportDefinition() function in ASTNodeImporter
2089 Error ASTNodeImporter::ImportDefinition( in ImportDefinition() function in ASTNodeImporter
4493 Error ASTNodeImporter::ImportDefinition( in ImportDefinition() function in ASTNodeImporter
9152 return Importer.ImportDefinition( in ImportDefinition()
9160 return Importer.ImportDefinition( in ImportDefinition()
9167 return Importer.ImportDefinition( in ImportDefinition()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h510 LLVM_NODISCARD llvm::Error ImportDefinition(Decl *From);
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.cpp916 if (llvm::Error def_err = ImportDefinition(record_decl)) in ImportImpl()
939 if (llvm::Error err = ImportDefinition(from)) { in ImportDefinitionTo()