Searched refs:OnePastTheEnd (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1668 bool OnePastTheEnd; variable 1674 UnionSelectors(UnionSelectors_), OnePastTheEnd(OnePastTheEnd_) {} in SubobjectExpr() 1677 F(Type, SubExpr, Offset, UnionSelectors, OnePastTheEnd); in match() 4496 bool OnePastTheEnd = consumeIf('p'); in parseSubobjectExpr() local 4500 Ty, Expr, Offset, popTrailingNodeArray(SelectorsBegin), OnePastTheEnd); in parseSubobjectExpr()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | APValue.cpp | 1012 bool OnePastTheEnd, bool IsNullPtr);
|
| H A D | ItaniumMangle.cpp | 5764 bool OnePastTheEnd = V.isLValueOnePastTheEnd(); in mangleValueInTemplateArg() local 5769 OnePastTheEnd |= CAT->getSize() == E.getAsArrayIndex(); in mangleValueInTemplateArg() 5787 if (OnePastTheEnd) in mangleValueInTemplateArg()
|