Searched defs:ToFD (Results 1 – 5 of 5) sorted by relevance
1006 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file()
1033 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file()
2342 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P() local2360 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P() local2377 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P() local2395 auto *ToFD = LastDeclMatcher<FunctionDecl>().match(ToTU, Pattern); in TEST_P() local
3009 FunctionDecl *FromFD, FunctionDecl *ToFD) { in ImportTemplateInformation()3109 FunctionDecl *ToFD) { in ImportFunctionDeclBody()
5970 FieldDecl *ToFD = cast_or_null<FieldDecl>(Importer.Import(FromFD)); in VisitInitListExpr() local