Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp420 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, in DeclRefExpr() argument
430 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
431 if (FoundD) in DeclRefExpr()
432 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr()
458 ExprValueKind VK, NamedDecl *FoundD, in Create() argument
464 T, VK, FoundD, TemplateArgs, NOUR); in Create()
473 NamedDecl *FoundD, in Create() argument
477 if (D == FoundD) in Create()
478 FoundD = nullptr; in Create()
484 QualifierLoc ? 1 : 0, FoundD ? 1 : 0, in Create()
[all …]
H A DASTImporter.cpp2596 NamedDecl *FoundD; in VisitTypeAliasTemplateDecl() local
2597 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, FoundD, Loc)) in VisitTypeAliasTemplateDecl()
2599 if (FoundD) in VisitTypeAliasTemplateDecl()
2600 return FoundD; in VisitTypeAliasTemplateDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp450 for (NamedDecl *FoundD : FoundDecls) { in getDestructorName()
451 if (auto *TD = dyn_cast<TypeDecl>(FoundD->getUnderlyingDecl())) in getDestructorName()
452 Diag(FoundD->getLocation(), diag::note_destructor_type_here) in getDestructorName()
455 Diag(FoundD->getLocation(), diag::note_destructor_nontype_here) in getDestructorName()
456 << FoundD; in getDestructorName()
H A DSemaTemplate.cpp234 for (NamedDecl *FoundD : R) { in isTemplateName()
235 if (NamedDecl *FoundTemplate = getAsTemplateNameDecl(FoundD)) { in isTemplateName()
240 FoundUsingShadow = dyn_cast<UsingShadowDecl>(FoundD); in isTemplateName()
H A 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
2091 VK, FoundD, TemplateArgs, getNonOdrUseReasonInCurrentContext(D)); in BuildDeclRefExpr()
3261 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, in BuildDeclarationNameExpr() argument
3509 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1258 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD,
1276 QualType T, ExprValueKind VK, NamedDecl *FoundD = nullptr,
1285 NamedDecl *FoundD = nullptr,
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp1034 auto *FoundD = Record.readDeclAs<NamedDecl>(); in VisitMemberExpr() local
1036 FoundDecl = DeclAccessPair::make(FoundD, AS); in VisitMemberExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp12500 const Decl *FoundD = nullptr; member in __anond842882b4d11::LastprivateConditionalRefChecker
12516 FoundD = E->getDecl()->getCanonicalDecl(); in VisitDeclRefExpr()
12535 FoundD = E->getMemberDecl()->getCanonicalDecl(); in VisitMemberExpr()
12560 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn); in getFoundData()
12659 const Decl *FoundD; in checkAndEmitLastprivateConditional() local
12663 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, FoundFn) = in checkAndEmitLastprivateConditional()
12668 auto It = LastprivateConditionalToTypes[FoundFn].find(FoundD); in checkAndEmitLastprivateConditional()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5443 NamedDecl *FoundD = nullptr,
5450 NamedDecl *FoundD = nullptr,
5494 NamedDecl *FoundD = nullptr,