Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h1428 void markIncompleteDeclChain(Decl *D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderDecl.cpp3804 void ASTReader::markIncompleteDeclChain(Decl *D) { in markIncompleteDeclChain() function in ASTReader
HDASTReader.cpp9706 markIncompleteDeclChain(PendingIncompleteDeclChains[I]); in finishPendingActions()