| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Expr.cpp | 453 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, in DeclRefExpr() argument 463 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr() 464 if (FoundD) in DeclRefExpr() 465 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr() 493 ExprValueKind VK, NamedDecl *FoundD, in Create() argument 499 T, VK, FoundD, TemplateArgs, NOUR); in Create() 508 NamedDecl *FoundD, in Create() argument 512 if (D == FoundD) in Create() 513 FoundD = nullptr; in Create() 519 QualifierLoc ? 1 : 0, FoundD ? 1 : 0, in Create() [all …]
|
| H A D | ASTImporter.cpp | 2819 NamedDecl *FoundD; in VisitTypeAliasTemplateDecl() local 2820 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, FoundD, Loc)) in VisitTypeAliasTemplateDecl() 2822 if (FoundD) in VisitTypeAliasTemplateDecl() 2823 return FoundD; in VisitTypeAliasTemplateDecl()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 455 for (NamedDecl *FoundD : FoundDecls) { in getDestructorName() 456 if (auto *TD = dyn_cast<TypeDecl>(FoundD->getUnderlyingDecl())) in getDestructorName() 457 Diag(FoundD->getLocation(), diag::note_destructor_type_here) in getDestructorName() 460 Diag(FoundD->getLocation(), diag::note_destructor_nontype_here) in getDestructorName() 461 << FoundD; in getDestructorName()
|
| H A D | SemaTemplate.cpp | 239 for (NamedDecl *FoundD : R) { in isTemplateName() 240 if (NamedDecl *FoundTemplate = getAsTemplateNameDecl(FoundD)) { in isTemplateName() 245 FoundUsingShadow = dyn_cast<UsingShadowDecl>(FoundD); in isTemplateName() 4302 VarTemplateDecl *Template, NamedDecl *FoundD, SourceLocation TemplateLoc, in CheckVarTemplateId() argument 4319 return BuildDeclarationNameExpr(SS, NameInfo, Var, FoundD, TemplateArgs); in CheckVarTemplateId()
|
| H A D | SemaExpr.cpp | 2196 const CXXScopeSpec *SS, NamedDecl *FoundD, in BuildDeclRefExpr() argument 2201 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc, in BuildDeclRefExpr() 2265 NestedNameSpecifierLoc NNS, NamedDecl *FoundD, in BuildDeclRefExpr() argument 2273 VK, FoundD, TemplateArgs, getNonOdrUseReasonInCurrentContext(D)); in BuildDeclRefExpr() 3202 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, in BuildDeclarationNameExpr() argument 3443 BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 1296 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, 1314 QualType T, ExprValueKind VK, NamedDecl *FoundD = nullptr, 1323 NamedDecl *FoundD = nullptr,
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 11680 const Decl *FoundD = nullptr; member in __anon93cce0fb5311::LastprivateConditionalRefChecker 11696 FoundD = E->getDecl()->getCanonicalDecl(); in VisitDeclRefExpr() 11715 FoundD = E->getMemberDecl()->getCanonicalDecl(); in VisitMemberExpr() 11740 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn); in getFoundData() 11841 const Decl *FoundD; in checkAndEmitLastprivateConditional() local 11845 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn) = in checkAndEmitLastprivateConditional() 11850 auto It = LastprivateConditionalToTypes[FoundFn].find(FoundD); in checkAndEmitLastprivateConditional()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 6753 NamedDecl *FoundD = nullptr, 6762 NestedNameSpecifierLoc NNS, NamedDecl *FoundD = nullptr, 6784 NamedDecl *FoundD = nullptr, 11427 VarTemplateDecl *Template, NamedDecl *FoundD,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1068 auto *FoundD = Record.readDeclAs<NamedDecl>(); in VisitMemberExpr() local 1070 *E->getTrailingObjects<DeclAccessPair>() = DeclAccessPair::make(FoundD, AS); in VisitMemberExpr()
|