Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp451 Error ImportFunctionDeclBody(FunctionDecl *FromFD, FunctionDecl *ToFD);
3401 Error ASTNodeImporter::ImportFunctionDeclBody(FunctionDecl *FromFD, in ImportFunctionDeclBody() function in ASTNodeImporter
3974 Error Err = ImportFunctionDeclBody(D, ToFunction); in VisitFunctionDecl()