Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp140 Decl *ReadDecl() { in ReadDecl() function in clang::ASTDeclReader
681 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()
H A DASTReaderStmt.cpp91 Decl *ReadDecl() { in ReadDecl() function in clang::ASTStmtReader
348 S->setDeclGroup(DeclGroupRef(ReadDecl())); in VisitDeclStmt()
354 Decls.push_back(ReadDecl()); in VisitDeclStmt()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1872 Decl *ReadDecl(ModuleFile &F, const RecordData &R, unsigned &I) { in ReadDecl() function
2511 return Reader->ReadDecl(*F, Record, Idx); in readDecl()