Searched refs:ToDeclName (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 4549 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitImplicitParamDecl() local 4558 ToLocation, ToDeclName.getAsIdentifierInfo(), in VisitImplicitParamDecl() 4605 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitParmVarDecl() local 4616 ToDeclName.getAsIdentifierInfo(), ToType, in VisitParmVarDecl() 5859 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitNonTypeTemplateParmDecl() local 5872 ToDeclName.getAsIdentifierInfo(), ToType, in VisitNonTypeTemplateParmDecl() 8389 auto ToDeclName = importChecked(Err, E->getDeclName()); in VisitDependentScopeDeclRefExpr() local 8396 DeclarationNameInfo ToNameInfo(ToDeclName, ToNameLoc); in VisitDependentScopeDeclRefExpr()
|