Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1487 void PassInterestingDeclToConsumer(Decl *D);
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp4020 PassInterestingDeclToConsumer(D.getDecl()); in PassInterestingDeclsToConsumer()
H A DASTReader.cpp7806 void ASTReader::PassInterestingDeclToConsumer(Decl *D) { in PassInterestingDeclToConsumer() function in ASTReader