Searched refs:FoundD (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp502 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD,
518 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0;
519 if (FoundD)
520 *getTrailingObjects<NamedDecl *>() = FoundD;
550 ExprValueKind VK, NamedDecl *FoundD,
556 T, VK, FoundD, TemplateArgs, NOUR);
565 NamedDecl *FoundD,
569 if (D == FoundD)
570 FoundD = nullptr;
576 QualifierLoc ? 1 : 0, FoundD
498 DeclRefExpr(const ASTContext &Ctx, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingVariableOrCapture, const DeclarationNameInfo &NameInfo, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, QualType T, ExprValueKind VK, NonOdrUseReason NOUR) argument
545 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingVariableOrCapture, SourceLocation NameLoc, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, NonOdrUseReason NOUR) argument
559 Create(const ASTContext &Context, NestedNameSpecifierLoc QualifierLoc, SourceLocation TemplateKWLoc, ValueDecl *D, bool RefersToEnclosingVariableOrCapture, const DeclarationNameInfo &NameInfo, QualType T, ExprValueKind VK, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, NonOdrUseReason NOUR) argument
[all...]
H A DASTImporter.cpp2493 NamedDecl *FoundD; local
2494 if (Error Err = ImportDeclParts(D, DC, LexicalDC, Name, FoundD, Loc))
2496 if (FoundD)
2497 return FoundD;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1206 const DeclarationNameInfo &NameInfo, NamedDecl *FoundD,
1228 QualType T, ExprValueKind VK, NamedDecl *FoundD = nullptr,
1237 NamedDecl *FoundD = nullptr,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp933 auto *FoundD = Record.readDeclAs<NamedDecl>(); local
935 FoundDecl = DeclAccessPair::make(FoundD, AS);
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp11413 const Decl *FoundD = nullptr;
11428 FoundD = E->getDecl()->getCanonicalDecl();
11446 FoundD = E->getMemberDecl()->getCanonicalDecl();
11473 return std::make_tuple(FoundE, FoundD, UniqueDeclName, IVLVal, IVName,
11487 const Decl *FoundD;
11492 std::tie(FoundE, FoundD, UniqueDeclName, IVLVal, IVName, UseOriginalIV) =
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h4639 NamedDecl *FoundD = nullptr,
4646 NamedDecl *FoundD = nullptr,
4691 NamedDecl *FoundD = nullptr,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1876 const CXXScopeSpec *SS, NamedDecl *FoundD,
1881 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc,
1911 NestedNameSpecifierLoc NNS, NamedDecl *FoundD,
1920 VK, FoundD, TemplateArgs, getNonOdrUseReasonInCurrentContext(D));
3075 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs,
3300 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD,
1874 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, const DeclarationNameInfo &NameInfo, const CXXScopeSpec *SS, NamedDecl *FoundD, SourceLocation TemplateKWLoc, const TemplateArgumentListInfo *TemplateArgs) argument
1909 BuildDeclRefExpr(ValueDecl *D, QualType Ty, ExprValueKind VK, const DeclarationNameInfo &NameInfo, NestedNameSpecifierLoc NNS, NamedDecl *FoundD, SourceLocation TemplateKWLoc, const TemplateArgumentListInfo *TemplateArgs) argument
3073 BuildDeclarationNameExpr( const CXXScopeSpec &SS, const DeclarationNameInfo &NameInfo, NamedDecl *D, NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, bool AcceptInvalidDecl) argument
H A DSemaTemplate.cpp229 for (NamedDecl *FoundD : R) {
230 if (NamedDecl *FoundTemplate = getAsTemplateNameDecl(FoundD)) {
4471 /*FoundD=*/nullptr, TemplateArgs);

Completed in 304 milliseconds