Searched refs:FoundD (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | Expr.cpp | 306 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 …]
|
D | ASTImporter.cpp | 3785 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/ |
D | Expr.h | 787 NamedDecl *FoundD, 815 NamedDecl *FoundD = 0, 823 NamedDecl *FoundD = 0,
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1614 NamedDecl *FoundD = cast_or_null<NamedDecl>(GetDecl(Record[Idx++])); in ReadStmtFromStream() local 1616 DeclAccessPair FoundDecl = DeclAccessPair::make(FoundD, AS); in ReadStmtFromStream()
|