Home
last modified time | relevance | path

Searched refs:ToFD (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1031 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file() argument
1036 std::error_code EC = copy_file_internal(ReadFD, ToFD); in copy_file()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h404 std::error_code copy_file(const Twine &From, int ToFD);
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp471 Error ImportTemplateInformation(FunctionDecl *FromFD, FunctionDecl *ToFD);
473 Error ImportFunctionDeclBody(FunctionDecl *FromFD, FunctionDecl *ToFD);
3121 FunctionDecl *FromFD, FunctionDecl *ToFD) { in ImportTemplateInformation() argument
3132 ToFD->setInstantiationOfMemberFunction(*InstFDOrErr, TSK); in ImportTemplateInformation()
3138 ToFD->getMemberSpecializationInfo()->setPointOfInstantiation(*POIOrErr); in ImportTemplateInformation()
3166 if (Error Err = ImportTemplateParameterLists(FromFD, ToFD)) in ImportTemplateInformation()
3170 ToFD->setFunctionTemplateSpecialization( in ImportTemplateInformation()
3197 ToFD->setDependentTemplateSpecialization(Importer.getToContext(), in ImportTemplateInformation()
3221 FunctionDecl *ToFD) { in ImportFunctionDeclBody() argument
3224 ToFD->setBody(*ToBodyOrErr); in ImportFunctionDeclBody()