Searched refs:ToDeclName (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 4633 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitImplicitParamDecl() local 4642 ToLocation, ToDeclName.getAsIdentifierInfo(), in VisitImplicitParamDecl() 4689 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitParmVarDecl() local 4700 ToDeclName.getAsIdentifierInfo(), ToType, in VisitParmVarDecl() 5943 auto ToDeclName = importChecked(Err, D->getDeclName()); in VisitNonTypeTemplateParmDecl() local 5956 ToDeclName.getAsIdentifierInfo(), ToType, in VisitNonTypeTemplateParmDecl() 8491 auto ToDeclName = importChecked(Err, E->getDeclName()); in VisitDependentScopeDeclRefExpr() local 8498 DeclarationNameInfo ToNameInfo(ToDeclName, ToNameLoc); in VisitDependentScopeDeclRefExpr()
|