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.h1613 void markIncompleteDeclChain(Decl *D);
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3877 void ASTReader::markIncompleteDeclChain(Decl *D) { in markIncompleteDeclChain() function in ASTReader
H A DASTReader.cpp10561 markIncompleteDeclChain(D); in finishPendingActions()