Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DASTImporter.cpp500 Error ImportFunctionDeclBody(FunctionDecl *FromFD, FunctionDecl *ToFD);
3211 Error ASTNodeImporter::ImportFunctionDeclBody(FunctionDecl *FromFD, in ImportFunctionDeclBody() function in ASTNodeImporter
3641 Error Err = ImportFunctionDeclBody(D, ToFunction); in VisitFunctionDecl()