Searched refs:FoundD (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | Expr.cpp | 268 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 …]
|
D | ASTImporter.cpp | 3937 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/ |
D | Expr.h | 806 NamedDecl *FoundD, 839 NamedDecl *FoundD = 0, 849 NamedDecl *FoundD = 0,
|
/external/clang/lib/Serialization/ |
D | ASTReaderStmt.cpp | 1784 NamedDecl *FoundD = ReadDeclAs<NamedDecl>(F, Record, Idx); in ReadStmtFromStream() local 1786 DeclAccessPair FoundDecl = DeclAccessPair::make(FoundD, AS); in ReadStmtFromStream()
|