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.cpp1134 bool HasDeducedType = false; in VisitVarDecl() local
1148 HasDeducedType = D->getType()->getContainedDeducedType(); in VisitVarDecl()
1149 VarDeclBits.addBit(HasDeducedType); in VisitVarDecl()
1195 !D->isEscapingByref() && !HasDeducedType && in VisitVarDecl()
H A DASTReaderDecl.cpp1608 bool HasDeducedType = false; in VisitVarDeclImpl() local
1624 HasDeducedType = VarDeclBits.getNextBit(); in VisitVarDeclImpl()
1634 if (HasDeducedType) in VisitVarDeclImpl()