Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DPath.cpp1035 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file() argument
1040 std::error_code EC = copy_file_internal(ReadFD, ToFD); in copy_file()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTImporter.cpp495 Error ImportTemplateInformation(FunctionDecl *FromFD, FunctionDecl *ToFD);
497 Error ImportFunctionDeclBody(FunctionDecl *FromFD, FunctionDecl *ToFD);
3101 FunctionDecl *FromFD, FunctionDecl *ToFD) { in ImportTemplateInformation() argument
3110 ToFD->setInstantiatedFromDecl(*InstFDOrErr); in ImportTemplateInformation()
3117 ToFD->setInstantiationOfMemberFunction(*InstFDOrErr, TSK); in ImportTemplateInformation()
3123 ToFD->getMemberSpecializationInfo()->setPointOfInstantiation(*POIOrErr); in ImportTemplateInformation()
3151 if (Error Err = ImportTemplateParameterLists(FromFD, ToFD)) in ImportTemplateInformation()
3155 ToFD->setFunctionTemplateSpecialization( in ImportTemplateInformation()
3182 ToFD->setDependentTemplateSpecialization(Importer.getToContext(), in ImportTemplateInformation()
3206 FunctionDecl *ToFD) { in ImportFunctionDeclBody() argument
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h404 std::error_code copy_file(const Twine &From, int ToFD);