Home
last modified time | relevance | path

Searched refs:HasDeducedType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1296 bool HasDeducedType = false; in VisitVarDecl() local
1310 HasDeducedType = D->getType()->getContainedDeducedType(); in VisitVarDecl()
1311 VarDeclBits.addBit(HasDeducedType); in VisitVarDecl()
1359 !HasDeducedType && D->getStorageDuration() != SD_Static && in VisitVarDecl()
H A DASTReaderDecl.cpp1614 bool HasDeducedType = false; in VisitVarDeclImpl() local
1630 HasDeducedType = VarDeclBits.getNextBit(); in VisitVarDeclImpl()
1641 if (HasDeducedType) in VisitVarDeclImpl()