Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp327 NamedDecl *FoundD, in DeclRefExpr() argument
342 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
343 if (FoundD) in DeclRefExpr()
344 *getTrailingObjects<NamedDecl *>() = FoundD; in DeclRefExpr()
376 NamedDecl *FoundD, in Create() argument
381 T, VK, FoundD, TemplateArgs); in Create()
392 NamedDecl *FoundD, in Create() argument
395 if (D == FoundD) in Create()
396 FoundD = nullptr; in Create()
402 QualifierLoc ? 1 : 0, FoundD ? 1 : 0, in Create()
[all …]
DASTImporter.cpp5386 NamedDecl *FoundD = nullptr; in VisitDeclRefExpr() local
5388 FoundD = cast_or_null<NamedDecl>(Importer.Import(E->getFoundDecl())); in VisitDeclRefExpr()
5389 if (!FoundD) in VisitDeclRefExpr()
5404 FoundD, in VisitDeclRefExpr()
/external/clang/include/clang/AST/
DExpr.h968 NamedDecl *FoundD,
999 QualType T, ExprValueKind VK, NamedDecl *FoundD = nullptr,
1007 NamedDecl *FoundD = nullptr,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp3032 NamedDecl *FoundD = ReadDeclAs<NamedDecl>(F, Record, Idx); in ReadStmtFromStream() local
3034 DeclAccessPair FoundDecl = DeclAccessPair::make(FoundD, AS); in ReadStmtFromStream()
/external/clang/lib/Sema/
DSemaExpr.cpp1736 const CXXScopeSpec *SS, NamedDecl *FoundD, in BuildDeclRefExpr() argument
1764 FoundD, TemplateArgs); in BuildDeclRefExpr()
1771 NameInfo, Ty, VK, FoundD); in BuildDeclRefExpr()
2835 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, in BuildDeclarationNameExpr() argument
3040 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
/external/clang/include/clang/Sema/
DSema.h3804 NamedDecl *FoundD = nullptr,
3847 NamedDecl *FoundD = nullptr,