Home
last modified time | relevance | path

Searched refs:ReadDecl (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp70 Decl *ReadDecl(const RecordData &R, unsigned &I) { in ReadDecl() function in clang::ASTDeclReader
71 return Reader.ReadDecl(F, R, I); in ReadDecl()
1330 Lambda.ContextDecl = ReadDecl(Record, Idx); in ReadCXXDefinitionData()
1778 if (Decl *InstD = ReadDecl(Record, Idx)) { in VisitClassTemplateSpecializationDeclImpl()
1905 if (Decl *InstD = ReadDecl(Record, Idx)) { in VisitVarTemplateSpecializationDeclImpl()
3518 Decl *MD = Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
3528 (void)Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
H A DASTReaderStmt.cpp61 Decl *ReadDecl(const RecordData &R, unsigned &I) { in ReadDecl() function in clang::ASTStmtReader
62 return Reader.ReadDecl(F, R, I); in ReadDecl()
287 S->setDeclGroup(DeclGroupRef(ReadDecl(Record, Idx))); in VisitDeclStmt()
292 Decls.push_back(ReadDecl(Record, Idx)); in VisitDeclStmt()
/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1698 Decl *ReadDecl(ModuleFile &F, const RecordData &R, unsigned &I) { in ReadDecl() function