Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTImporter.cpp3130 if (Expected<FunctionDecl *> InstFDOrErr = in ImportTemplateInformation() local
3132 ToFD->setInstantiationOfMemberFunction(*InstFDOrErr, TSK); in ImportTemplateInformation()
3134 return InstFDOrErr.takeError(); in ImportTemplateInformation()