Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1458 void PassInterestingDeclToConsumer(Decl *D);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp3922 PassInterestingDeclToConsumer(D.getDecl()); in PassInterestingDeclsToConsumer()
H A DASTReader.cpp7767 void ASTReader::PassInterestingDeclToConsumer(Decl *D) { in PassInterestingDeclToConsumer() function in ASTReader