Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp458 Error ImportFunctionDeclBody(FunctionDecl *FromFD, FunctionDecl *ToFD);
3171 Error ASTNodeImporter::ImportFunctionDeclBody(FunctionDecl *FromFD, in ImportFunctionDeclBody() function in ASTNodeImporter
3544 Error Err = ImportFunctionDeclBody(D, ToFunction); in VisitFunctionDecl()