Searched refs:OnePastTheEnd (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | APValue.h | 373 ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd, 377 setLValue(Base, Offset, Path, OnePastTheEnd, IsNullPtr); 688 ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd, 762 bool OnePastTheEnd, bool IsNullPtr);
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 1320 bool OnePastTheEnd = Value.isLValueOnePastTheEnd(); in AddStructuralValue() local 1326 OnePastTheEnd |= CAT->getSize() == E.getAsArrayIndex(); in AddStructuralValue() 1344 if (OnePastTheEnd) in AddStructuralValue()
|
| H A D | ItaniumMangle.cpp | 6888 bool OnePastTheEnd = V.isLValueOnePastTheEnd(); in mangleValueInTemplateArg() local 6893 OnePastTheEnd |= CAT->getSize() == E.getAsArrayIndex(); in mangleValueInTemplateArg() 6911 if (OnePastTheEnd) in mangleValueInTemplateArg()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1993 bool OnePastTheEnd; variable 2000 UnionSelectors(UnionSelectors_), OnePastTheEnd(OnePastTheEnd_) {} in SubobjectExpr() 2003 F(Type, SubExpr, Offset, UnionSelectors, OnePastTheEnd); in match() 5051 bool OnePastTheEnd = consumeIf('p'); in parseSubobjectExpr() local 5055 Ty, Expr, Offset, popTrailingNodeArray(SelectorsBegin), OnePastTheEnd); in parseSubobjectExpr()
|