Home
last modified time | relevance | path

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

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