Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExpr.cpp268 NamedDecl *FoundD, in DeclRefExpr() argument
276 DeclRefExprBits.HasFoundDecl = FoundD ? 1 : 0; in DeclRefExpr()
277 if (FoundD) in DeclRefExpr()
278 getInternalFoundDecl() = FoundD; in DeclRefExpr()
308 NamedDecl *FoundD, in Create() argument
313 T, VK, FoundD, TemplateArgs); in Create()
324 NamedDecl *FoundD, in Create() argument
327 if (D == FoundD) in Create()
328 FoundD = 0; in Create()
333 if (FoundD) in Create()
[all …]
DASTImporter.cpp3937 NamedDecl *FoundD = 0; in VisitDeclRefExpr() local
3939 FoundD = cast_or_null<NamedDecl>(Importer.Import(E->getFoundDecl())); in VisitDeclRefExpr()
3940 if (!FoundD) in VisitDeclRefExpr()
3955 FoundD, in VisitDeclRefExpr()
/external/clang/include/clang/AST/
DExpr.h806 NamedDecl *FoundD,
839 NamedDecl *FoundD = 0,
849 NamedDecl *FoundD = 0,
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1784 NamedDecl *FoundD = ReadDeclAs<NamedDecl>(F, Record, Idx); in ReadStmtFromStream() local
1786 DeclAccessPair FoundDecl = DeclAccessPair::make(FoundD, AS); in ReadStmtFromStream()