Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp3303 FunctionTemplateDecl *FromFT = D->getDescribedFunctionTemplate(); in VisitFunctionDecl() local
3571 if (FromFT) { in VisitFunctionDecl()
3572 auto ToFTOrErr = import(FromFT); in VisitFunctionDecl()