| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 402 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, in DeclRefExpr() argument 412 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr() 413 if (FoundD) in DeclRefExpr() 414 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr() 440 ExprValueKind VK, NamedDecl *FoundD, in Create() argument 446 T, VK, FoundD, TemplateArgs, NOUR); in Create() 455 NamedDecl *FoundD, in Create() argument 459 if (D == FoundD) in Create() 460 FoundD = nullptr; in Create() 466 QualifierLoc ? 1 : 0, FoundD ? 1 : 0, in Create() [all …]
|
| H A D | ASTImporter.cpp | 2563 NamedDecl *FoundD; in VisitTypeAliasTemplateDecl() local 2564 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, FoundD, Loc)) in VisitTypeAliasTemplateDecl() 2566 if (FoundD) in VisitTypeAliasTemplateDecl() 2567 return FoundD; in VisitTypeAliasTemplateDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 447 for (NamedDecl *FoundD : FoundDecls) { in getDestructorName() 448 if (auto *TD = dyn_cast<TypeDecl>(FoundD->getUnderlyingDecl())) in getDestructorName() 449 Diag(FoundD->getLocation(), diag::note_destructor_type_here) in getDestructorName() 452 Diag(FoundD->getLocation(), diag::note_destructor_nontype_here) in getDestructorName() 453 << FoundD; in getDestructorName()
|
| H A D | SemaExpr.cpp | 1943 const CXXScopeSpec *SS, NamedDecl *FoundD, in BuildDeclRefExpr() argument 1948 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc, in BuildDeclRefExpr() 2014 NestedNameSpecifierLoc NNS, NamedDecl *FoundD, in BuildDeclRefExpr() argument 2023 VK, FoundD, TemplateArgs, getNonOdrUseReasonInCurrentContext(D)); in BuildDeclRefExpr() 3193 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, in BuildDeclarationNameExpr() argument 3438 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
|
| H A D | SemaTemplate.cpp | 230 for (NamedDecl *FoundD : R) { in isTemplateName() 231 if (NamedDecl *FoundTemplate = getAsTemplateNameDecl(FoundD)) { in isTemplateName()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 1248 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, 1266 QualType T, ExprValueKind VK, NamedDecl *FoundD = nullptr, 1275 NamedDecl *FoundD = nullptr,
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1039 auto *FoundD = Record.readDeclAs<NamedDecl>(); in VisitMemberExpr() local 1041 FoundDecl = DeclAccessPair::make(FoundD, AS); in VisitMemberExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 12325 const Decl *FoundD = nullptr; member in __anonad2d34466211::LastprivateConditionalRefChecker 12341 FoundD = E->getDecl()->getCanonicalDecl(); in VisitDeclRefExpr() 12360 FoundD = E->getMemberDecl()->getCanonicalDecl(); in VisitMemberExpr() 12385 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn); in getFoundData() 12485 const Decl *FoundD; in checkAndEmitLastprivateConditional() local 12489 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn) = in checkAndEmitLastprivateConditional() 12494 auto It = LastprivateConditionalToTypes[FoundFn].find(FoundD); in checkAndEmitLastprivateConditional()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 5123 NamedDecl *FoundD = nullptr, 5130 NamedDecl *FoundD = nullptr, 5174 NamedDecl *FoundD = nullptr,
|