Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h404 std::error_code copy_file(const Twine &From, int ToFD);
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp456 Error ImportTemplateInformation(FunctionDecl *FromFD, FunctionDecl *ToFD);
458 Error ImportFunctionDeclBody(FunctionDecl *FromFD, FunctionDecl *ToFD);
3072 FunctionDecl *FromFD, FunctionDecl *ToFD) { in ImportTemplateInformation() argument
3083 ToFD->setInstantiationOfMemberFunction(*InstFDOrErr, TSK); in ImportTemplateInformation()
3089 ToFD->getMemberSpecializationInfo()->setPointOfInstantiation(*POIOrErr); in ImportTemplateInformation()
3117 if (Error Err = ImportTemplateParameterLists(FromFD, ToFD)) in ImportTemplateInformation()
3121 ToFD->setFunctionTemplateSpecialization( in ImportTemplateInformation()
3148 ToFD->setDependentTemplateSpecialization(Importer.getToContext(), in ImportTemplateInformation()
3172 FunctionDecl *ToFD) { in ImportFunctionDeclBody() argument
3175 ToFD->setBody(*ToBodyOrErr); in ImportFunctionDeclBody()