Home
last modified time | relevance | path

Searched refs:importInto (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp147 LLVM_NODISCARD Error importInto(ImportT &To, const ImportT &From) { in importInto() function in clang::ASTNodeImporter
148 return Importer.importInto(To, From); in importInto()
153 LLVM_NODISCARD Error importInto(ImportT *&To, ImportT *From) { in importInto() function in clang::ASTNodeImporter
735 if (Error Err = importInto(std::get<0>(Result), FTSInfo->getTemplate())) in ImportFunctionTemplateWithTemplateArgsFromSpecialization()
968 if (Error Err = importInto(EllipsisLoc, From.getEllipsisLoc())) in import()
1650 if (Error Err = importInto(Name, D->getDeclName())) in ImportDeclParts()
1654 if (Error Err = importInto(Loc, D->getLocation())) in ImportDeclParts()
1669 if (Error Err = importInto(Name, D->getDeclName())) in ImportDeclParts()
1673 if (Error Err = importInto(Loc, D->getLocation())) in ImportDeclParts()
1689 if (Error Err = importInto(ToD, FromD)) in ImportDefinitionIfNeeded()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTImporter.h335 LLVM_NODISCARD llvm::Error importInto(ImportT &To, const ImportT &From) { in importInto() function