Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1509 void PassInterestingDeclToConsumer(Decl *D);
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4185 PassInterestingDeclToConsumer(D.getDecl()); in PassInterestingDeclsToConsumer()
H A DASTReader.cpp8026 void ASTReader::PassInterestingDeclToConsumer(Decl *D) { in PassInterestingDeclToConsumer() function in ASTReader