Searched refs:ReadDecl (Results 1 – 3 of 3) sorted by relevance
140 Decl *ReadDecl() { in ReadDecl() function in clang::ASTDeclReader681 ReadDecl(); in VisitTypedefNameDecl()2159 if (Decl *InstD = ReadDecl()) { in VisitClassTemplateSpecializationDeclImpl()2269 if (Decl *InstD = ReadDecl()) { in VisitVarTemplateSpecializationDeclImpl()2441 MergeWith = ReadDecl(); in VisitRedeclarable()2447 (void)ReadDecl(); in VisitRedeclarable()
91 Decl *ReadDecl() { in ReadDecl() function in clang::ASTStmtReader348 S->setDeclGroup(DeclGroupRef(ReadDecl())); in VisitDeclStmt()354 Decls.push_back(ReadDecl()); in VisitDeclStmt()
1872 Decl *ReadDecl(ModuleFile &F, const RecordData &R, unsigned &I) { in ReadDecl() function2511 return Reader->ReadDecl(*F, Record, Idx); in readDecl()