Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExpr.cpp327 NamedDecl *FoundD, in DeclRefExpr() argument
341 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
342 if (FoundD) in DeclRefExpr()
343 getInternalFoundDecl() = FoundD; in DeclRefExpr()
375 NamedDecl *FoundD, in Create() argument
380 T, VK, FoundD, TemplateArgs); in Create()
391 NamedDecl *FoundD, in Create() argument
394 if (D == FoundD) in Create()
395 FoundD = nullptr; in Create()
400 if (FoundD) in Create()
[all …]
HDASTImporter.cpp5043 NamedDecl *FoundD = nullptr; in VisitDeclRefExpr() local
5045 FoundD = cast_or_null<NamedDecl>(Importer.Import(E->getFoundDecl())); in VisitDeclRefExpr()
5046 if (!FoundD) in VisitDeclRefExpr()
5061 FoundD, in VisitDeclRefExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h945 NamedDecl *FoundD,
976 QualType T, ExprValueKind VK, NamedDecl *FoundD = nullptr,
984 NamedDecl *FoundD = nullptr,
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReaderStmt.cpp2529 NamedDecl *FoundD = ReadDeclAs<NamedDecl>(F, Record, Idx); in ReadStmtFromStream() local
2531 DeclAccessPair FoundDecl = DeclAccessPair::make(FoundD, AS); in ReadStmtFromStream()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp1660 const CXXScopeSpec *SS, NamedDecl *FoundD, in BuildDeclRefExpr() argument
1688 FoundD, TemplateArgs); in BuildDeclRefExpr()
1695 NameInfo, Ty, VK, FoundD); in BuildDeclRefExpr()
2798 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, in BuildDeclarationNameExpr() argument
3001 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSema.h3653 NamedDecl *FoundD = nullptr,
3692 NamedDecl *FoundD = nullptr,