Searched refs:ToDeclName (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 4906 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitImplicitParamDecl() local 4915 ToLocation, ToDeclName.getAsIdentifierInfo(), in VisitImplicitParamDecl() 4966 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitParmVarDecl() local 4977 ToDeclName.getAsIdentifierInfo(), ToType, in VisitParmVarDecl() 6214 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitNonTypeTemplateParmDecl() local 6227 ToDeclName.getAsIdentifierInfo(), ToType, in VisitNonTypeTemplateParmDecl() 8838 auto ToDeclName = importChecked(Err, E->getDeclName()); in VisitDependentScopeDeclRefExpr() local 8845 DeclarationNameInfo ToNameInfo(ToDeclName, ToNameLoc); in VisitDependentScopeDeclRefExpr()
|