Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1431 void markIncompleteDeclChain(Decl *D);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3779 void ASTReader::markIncompleteDeclChain(Decl *D) { in markIncompleteDeclChain() function in ASTReader
H A DASTReader.cpp9566 markIncompleteDeclChain(PendingIncompleteDeclChains[I]); in finishPendingActions()