Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp306 NamedDecl *FoundD, in DeclRefExpr() argument
314 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
315 if (FoundD) in DeclRefExpr()
316 getInternalFoundDecl() = FoundD; in DeclRefExpr()
338 NamedDecl *FoundD, in Create() argument
342 T, VK, FoundD, TemplateArgs); in Create()
351 NamedDecl *FoundD, in Create() argument
354 if (D == FoundD) in Create()
355 FoundD = 0; in Create()
360 if (FoundD) in Create()
[all …]
DASTImporter.cpp3785 NamedDecl *FoundD = 0; in VisitDeclRefExpr() local
3787 FoundD = cast_or_null<NamedDecl>(Importer.Import(E->getFoundDecl())); in VisitDeclRefExpr()
3788 if (!FoundD) in VisitDeclRefExpr()
3801 FoundD, in VisitDeclRefExpr()
/external/clang/include/clang/AST/
DExpr.h787 NamedDecl *FoundD,
815 NamedDecl *FoundD = 0,
823 NamedDecl *FoundD = 0,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1614 NamedDecl *FoundD = cast_or_null<NamedDecl>(GetDecl(Record[Idx++])); in ReadStmtFromStream() local
1616 DeclAccessPair FoundDecl = DeclAccessPair::make(FoundD, AS); in ReadStmtFromStream()