Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h1507 void PassInterestingDeclToConsumer(Decl *D);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp4221 PassInterestingDeclToConsumer(D); in PassInterestingDeclsToConsumer()
4241 PassInterestingDeclToConsumer(D); in PassInterestingDeclsToConsumer()
HDASTReader.cpp8113 void ASTReader::PassInterestingDeclToConsumer(Decl *D) { in PassInterestingDeclToConsumer() function in ASTReader