Searched refs:ReadDecl (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang/include/clang/Serialization/ |
D | ASTRecordReader.h | 193 return Reader->ReadDecl(*F, Record, Idx); in readDecl()
|
D | ASTReader.h | 1861 Decl *ReadDecl(ModuleFile &F, const RecordData &R, unsigned &I) { in ReadDecl() function
|
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 96 Decl *ReadDecl(const RecordData &R, unsigned &I) { in ReadDecl() function in clang::ASTDeclReader 97 return Reader.ReadDecl(F, R, I); in ReadDecl() 1528 Lambda.ContextDecl = ReadDecl(Record, Idx); in ReadCXXDefinitionData() 1976 if (Decl *InstD = ReadDecl(Record, Idx)) { in VisitClassTemplateSpecializationDeclImpl() 2093 if (Decl *InstD = ReadDecl(Record, Idx)) { in VisitVarTemplateSpecializationDeclImpl() 2267 MergeWith = ReadDecl(Record, Idx/*, MergeWith*/); in VisitRedeclarable() 2273 (void)ReadDecl(Record, Idx); in VisitRedeclarable() 3723 Decl *MD = Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl() 3733 (void)Reader.ReadDecl(ModuleFile, Record, Idx); in UpdateDecl()
|
D | ASTReaderStmt.cpp | 61 Decl *ReadDecl(const RecordData &R, unsigned &I) { in ReadDecl() function in clang::ASTStmtReader 62 return Reader.ReadDecl(F, R, I); in ReadDecl() 291 S->setDeclGroup(DeclGroupRef(ReadDecl(Record, Idx))); in VisitDeclStmt() 296 Decls.push_back(ReadDecl(Record, Idx)); in VisitDeclStmt()
|
/external/clang/include/clang/Serialization/ |
D | ASTReader.h | 1681 Decl *ReadDecl(ModuleFile &F, const RecordData &R, unsigned &I) { in ReadDecl() function
|