Home
last modified time | relevance | path

Searched defs:DeclRead (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTDeserializationListener.h47 virtual void DeclRead(GlobalDeclID ID, const Decl *D) {} in DeclRead() function
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendAction.cpp83 void DeclRead(GlobalDeclID ID, const Decl *D) override { in DeclRead() function in __anon6da977990111::DelegatingDeserializationListener
105 void DeclRead(GlobalDeclID ID, const Decl *D) override { in DeclRead() function in __anon6da977990111::DeserializedDeclsDumper
131 void DeclRead(GlobalDeclID ID, const Decl *D) override { in DeclRead() function in __anon6da977990111::DeserializedDeclsChecker
H A DMultiplexConsumer.cpp52 void MultiplexASTDeserializationListener::DeclRead( DeclRead() function in clang::MultiplexASTDeserializationListener