Home
last modified time | relevance | path

Searched refs:FoundD (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/AST/
DExpr.cpp503 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, in DeclRefExpr() argument
513 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
514 if (FoundD) in DeclRefExpr()
515 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr()
541 ExprValueKind VK, NamedDecl *FoundD, in Create() argument
547 T, VK, FoundD, TemplateArgs, NOUR); in Create()
556 NamedDecl *FoundD, in Create() argument
560 if (D == FoundD) in Create()
561 FoundD = nullptr; in Create()
567 QualifierLoc ? 1 : 0, FoundD ? 1 : 0, in Create()
[all …]
DASTImporter.cpp2590 NamedDecl *FoundD; in VisitTypeAliasTemplateDecl() local
2591 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, FoundD, Loc)) in VisitTypeAliasTemplateDecl()
2593 if (FoundD) in VisitTypeAliasTemplateDecl()
2594 return FoundD; in VisitTypeAliasTemplateDecl()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExprCXX.cpp453 for (NamedDecl *FoundD : FoundDecls) { in getDestructorName()
454 if (auto *TD = dyn_cast<TypeDecl>(FoundD->getUnderlyingDecl())) in getDestructorName()
455 Diag(FoundD->getLocation(), diag::note_destructor_type_here) in getDestructorName()
458 Diag(FoundD->getLocation(), diag::note_destructor_nontype_here) in getDestructorName()
459 << FoundD; in getDestructorName()
DSemaTemplate.cpp234 for (NamedDecl *FoundD : R) { in isTemplateName()
235 if (NamedDecl *FoundTemplate = getAsTemplateNameDecl(FoundD)) { in isTemplateName()
240 FoundUsingShadow = dyn_cast<UsingShadowDecl>(FoundD); in isTemplateName()
DSemaExpr.cpp2011 const CXXScopeSpec *SS, NamedDecl *FoundD, in BuildDeclRefExpr() argument
2016 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc, in BuildDeclRefExpr()
2082 NestedNameSpecifierLoc NNS, NamedDecl *FoundD, in BuildDeclRefExpr() argument
2090 VK, FoundD, TemplateArgs, getNonOdrUseReasonInCurrentContext(D)); in BuildDeclRefExpr()
3267 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, in BuildDeclarationNameExpr() argument
3507 BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DExpr.h1269 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD,
1287 QualType T, ExprValueKind VK, NamedDecl *FoundD = nullptr,
1296 NamedDecl *FoundD = nullptr,
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp12112 const Decl *FoundD = nullptr; member in __anona1ffa8774911::LastprivateConditionalRefChecker
12128 FoundD = E->getDecl()->getCanonicalDecl(); in VisitDeclRefExpr()
12147 FoundD = E->getMemberDecl()->getCanonicalDecl(); in VisitMemberExpr()
12172 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn); in getFoundData()
12271 const Decl *FoundD; in checkAndEmitLastprivateConditional() local
12275 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn) = in checkAndEmitLastprivateConditional()
12280 auto It = LastprivateConditionalToTypes[FoundFn].find(FoundD); in checkAndEmitLastprivateConditional()
/openbsd/src/gnu/llvm/clang/lib/Serialization/
DASTReaderStmt.cpp1040 auto *FoundD = Record.readDeclAs<NamedDecl>(); in VisitMemberExpr() local
1042 FoundDecl = DeclAccessPair::make(FoundD, AS); in VisitMemberExpr()
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DSema.h5584 NamedDecl *FoundD = nullptr,
5591 NamedDecl *FoundD = nullptr,
5635 NamedDecl *FoundD = nullptr,