Searched refs:InterestingDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1035 class InterestingDecl { class in class:clang::ASTReader
1040 InterestingDecl(Decl *D, bool HasBody) function in class:clang::ASTReader::InterestingDecl
1055 std::deque<InterestingDecl> PotentiallyInterestingDecls;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4057 InterestingDecl(D, Reader.hasPendingBody()));
4080 InterestingDecl D = PotentiallyInterestingDecls.front();
4142 InterestingDecl(D, Reader.hasPendingBody()));

Completed in 130 milliseconds