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
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 …]
DASTImporter.cpp4416 NamedDecl *FoundD = nullptr; in VisitDeclRefExpr() local
4418 FoundD = cast_or_null<NamedDecl>(Importer.Import(E->getFoundDecl())); in VisitDeclRefExpr()
4419 if (!FoundD) in VisitDeclRefExpr()
4434 FoundD, in VisitDeclRefExpr()
/external/clang/include/clang/AST/
DExpr.h943 NamedDecl *FoundD,
974 QualType T, ExprValueKind VK, NamedDecl *FoundD = nullptr,
982 NamedDecl *FoundD = nullptr,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp2482 NamedDecl *FoundD = ReadDeclAs<NamedDecl>(F, Record, Idx); in ReadStmtFromStream() local
2484 DeclAccessPair FoundDecl = DeclAccessPair::make(FoundD, AS); in ReadStmtFromStream()
/external/clang/lib/Sema/
DSemaExpr.cpp1640 const CXXScopeSpec *SS, NamedDecl *FoundD, in BuildDeclRefExpr() argument
1668 FoundD, TemplateArgs); in BuildDeclRefExpr()
1675 NameInfo, Ty, VK, FoundD); in BuildDeclRefExpr()
2778 NamedDecl *FoundD, const TemplateArgumentListInfo *TemplateArgs, in BuildDeclarationNameExpr() argument
2981 return BuildDeclRefExpr(VD, type, valueKind, NameInfo, &SS, FoundD, in BuildDeclarationNameExpr()
/external/clang/include/clang/Sema/
DSema.h3472 NamedDecl *FoundD = nullptr,
3511 NamedDecl *FoundD = nullptr,