Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1692 void PassInterestingDeclToConsumer(Decl *D);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4323 PassInterestingDeclToConsumer(D); in PassInterestingDeclsToConsumer()
4343 PassInterestingDeclToConsumer(D); in PassInterestingDeclsToConsumer()
H A DASTReader.cpp8681 void ASTReader::PassInterestingDeclToConsumer(Decl *D) { in PassInterestingDeclToConsumer() function in ASTReader