Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp420 Error ImportDefinition(
423 Error ImportDefinition(
426 Error ImportDefinition(
429 Error ImportDefinition(
1696 if (Error Err = ImportDefinition(FromRecord, ToRecord)) in ImportDefinitionIfNeeded()
1706 if (Error Err = ImportDefinition(FromEnum, ToEnum)) in ImportDefinitionIfNeeded()
1812 Error Err = ImportDefinition(FromRecordDecl, ToRecordDecl); in ImportDeclContext()
1931 Error ASTNodeImporter::ImportDefinition( in ImportDefinition() function in ASTNodeImporter
2071 Error ASTNodeImporter::ImportDefinition( in ImportDefinition() function in ASTNodeImporter
2752 if (Error Err = ImportDefinition(D, D2)) in VisitEnumDecl()
[all …]
/netbsd-src/external/apache2/llvm/dist/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)) {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h510 LLVM_NODISCARD llvm::Error ImportDefinition(Decl *From);