Searched refs:OnePastTheEnd (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | APValue.h | 336 bool OnePastTheEnd, bool IsNullPtr = false) 338 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, IsNullPtr); 614 ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd, 688 bool OnePastTheEnd, bool IsNullPtr);
|
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1804 bool OnePastTheEnd; variable 1810 UnionSelectors(UnionSelectors_), OnePastTheEnd(OnePastTheEnd_) {} in SubobjectExpr() 1813 F(Type, SubExpr, Offset, UnionSelectors, OnePastTheEnd); in match() 4473 bool OnePastTheEnd = consumeIf('p'); in parseSubobjectExpr() local 4477 Ty, Expr, Offset, popTrailingNodeArray(SelectorsBegin), OnePastTheEnd); in parseSubobjectExpr()
|
| /llvm-project-15.0.7/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 1804 bool OnePastTheEnd; variable 1810 UnionSelectors(UnionSelectors_), OnePastTheEnd(OnePastTheEnd_) {} in SubobjectExpr() 1813 F(Type, SubExpr, Offset, UnionSelectors, OnePastTheEnd); in match() 4473 bool OnePastTheEnd = consumeIf('p'); in parseSubobjectExpr() local 4477 Ty, Expr, Offset, popTrailingNodeArray(SelectorsBegin), OnePastTheEnd); in parseSubobjectExpr()
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | APValue.cpp | 1083 bool OnePastTheEnd, bool IsNullPtr);
|
| H A D | ItaniumMangle.cpp | 5907 bool OnePastTheEnd = V.isLValueOnePastTheEnd(); in mangleValueInTemplateArg() local 5912 OnePastTheEnd |= CAT->getSize() == E.getAsArrayIndex(); in mangleValueInTemplateArg() 5930 if (OnePastTheEnd) in mangleValueInTemplateArg()
|