Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp450 Error ImportTemplateInformation(FunctionDecl *FromFD, FunctionDecl *ToFD);
3352 Error ASTNodeImporter::ImportTemplateInformation( in ImportTemplateInformation() function in ASTNodeImporter
4045 if (Error Err = ImportTemplateInformation(D, ToFunction)) in VisitFunctionDecl()