Searched refs:ToDeclName (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ASTImporter.cpp | 4163 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitImplicitParamDecl() local 4172 ToLocation, ToDeclName.getAsIdentifierInfo(), in VisitImplicitParamDecl() 4206 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitParmVarDecl() local 4217 ToDeclName.getAsIdentifierInfo(), ToType, in VisitParmVarDecl() 5421 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitNonTypeTemplateParmDecl() local 5434 ToDeclName.getAsIdentifierInfo(), ToType, in VisitNonTypeTemplateParmDecl() 7800 auto ToDeclName = importChecked(Err, E->getDeclName()); in VisitDependentScopeDeclRefExpr() local 7807 DeclarationNameInfo ToNameInfo(ToDeclName, ToNameLoc); in VisitDependentScopeDeclRefExpr()
|