Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1380 void markIncompleteDeclChain(Decl *Canon);
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp3522 void ASTReader::markIncompleteDeclChain(Decl *D) { in markIncompleteDeclChain() function in ASTReader
H A DASTReader.cpp9273 markIncompleteDeclChain(PendingIncompleteDeclChains[I]); in finishPendingActions()