| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 443 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, in DeclRefExpr() argument 453 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr() 454 if (FoundD) in DeclRefExpr() 455 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr() 483 ExprValueKind VK, NamedDecl *FoundD, in Create() argument 489 T, VK, FoundD, TemplateArgs, NOUR); in Create() 498 NamedDecl *FoundD, in Create() argument 502 if (D == FoundD) in Create() 503 FoundD = nullptr; in Create() 509 QualifierLoc ? 1 : 0, FoundD ? 1 : 0, in Create() [all …]
|
| H A D | ASTImporter.cpp | 2771 NamedDecl *FoundD; in VisitTypeAliasTemplateDecl() local 2772 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, FoundD, Loc)) in VisitTypeAliasTemplateDecl() 2774 if (FoundD) in VisitTypeAliasTemplateDecl() 2775 return FoundD; in VisitTypeAliasTemplateDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 456 for (NamedDecl *FoundD : FoundDecls) { in getDestructorName() 457 if (auto *TD = dyn_cast<TypeDecl>(FoundD->getUnderlyingDecl())) in getDestructorName() 458 Diag(FoundD->getLocation(), diag::note_destructor_type_here) in getDestructorName() 461 Diag(FoundD->getLocation(), diag::note_destructor_nontype_here) in getDestructorName() 462 << FoundD; in getDestructorName()
|
| H A D | SemaExpr.cpp | 2209 const CXXScopeSpec *SS, NamedDecl *FoundD, in BuildDeclRefExpr() argument 2214 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc, in BuildDeclRefExpr() 2280 NestedNameSpecifierLoc NNS, NamedDecl *FoundD, in BuildDeclRefExpr() argument 2288 VK, FoundD, TemplateArgs, getNonOdrUseReasonInCurrentContext(D)); in BuildDeclRefExpr() 3465 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, in BuildDeclarationNameExpr() argument 3705 BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
|
| H A D | SemaTemplate.cpp | 236 for (NamedDecl *FoundD : R) { in isTemplateName() 237 if (NamedDecl *FoundTemplate = getAsTemplateNameDecl(FoundD)) { in isTemplateName() 242 FoundUsingShadow = dyn_cast<UsingShadowDecl>(FoundD); in isTemplateName()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 1279 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, 1297 QualType T, ExprValueKind VK, NamedDecl *FoundD = nullptr, 1306 NamedDecl *FoundD = nullptr,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 11651 const Decl *FoundD = nullptr; member in __anon90c6c1b15111::LastprivateConditionalRefChecker 11667 FoundD = E->getDecl()->getCanonicalDecl(); in VisitDeclRefExpr() 11686 FoundD = E->getMemberDecl()->getCanonicalDecl(); in VisitMemberExpr() 11711 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn); in getFoundData() 11810 const Decl *FoundD; in checkAndEmitLastprivateConditional() local 11814 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn) = in checkAndEmitLastprivateConditional() 11819 auto It = LastprivateConditionalToTypes[FoundFn].find(FoundD); in checkAndEmitLastprivateConditional()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1060 auto *FoundD = Record.readDeclAs<NamedDecl>(); in VisitMemberExpr() local 1062 FoundDecl = DeclAccessPair::make(FoundD, AS); in VisitMemberExpr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 5711 NamedDecl *FoundD = nullptr, 5718 NamedDecl *FoundD = nullptr, 5762 NamedDecl *FoundD = nullptr,
|