Home
last modified time | relevance | path

Searched refs:OnePastTheEnd (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DAPValue.h325 bool OnePastTheEnd, bool IsNullPtr = false)
327 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, IsNullPtr);
601 ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd,
675 bool OnePastTheEnd, bool IsNullPtr);
/external/clang/include/clang/AST/
DAPValue.h143 bool OnePastTheEnd, unsigned CallIndex) in APValue() argument
145 MakeLValue(); setLValue(B, O, Path, OnePastTheEnd, CallIndex); in APValue()
379 ArrayRef<LValuePathEntry> Path, bool OnePastTheEnd,
/external/llvm-project/libcxxabi/src/demangle/
DItaniumDemangle.h1666 bool OnePastTheEnd; variable
1672 UnionSelectors(UnionSelectors_), OnePastTheEnd(OnePastTheEnd_) {} in SubobjectExpr()
1675 F(Type, SubExpr, Offset, UnionSelectors, OnePastTheEnd); in match()
4504 bool OnePastTheEnd = consumeIf('p'); in parseSubobjectExpr() local
4508 Ty, Expr, Offset, popTrailingNodeArray(SelectorsBegin), OnePastTheEnd); in parseSubobjectExpr()
/external/llvm-project/llvm/include/llvm/Demangle/
DItaniumDemangle.h1666 bool OnePastTheEnd; variable
1672 UnionSelectors(UnionSelectors_), OnePastTheEnd(OnePastTheEnd_) {} in SubobjectExpr()
1675 F(Type, SubExpr, Offset, UnionSelectors, OnePastTheEnd); in match()
4504 bool OnePastTheEnd = consumeIf('p'); in parseSubobjectExpr() local
4508 Ty, Expr, Offset, popTrailingNodeArray(SelectorsBegin), OnePastTheEnd); in parseSubobjectExpr()
/external/llvm-project/clang/lib/AST/
DAPValue.cpp1002 bool OnePastTheEnd, bool IsNullPtr);
DItaniumMangle.cpp5274 bool OnePastTheEnd = V.isLValueOnePastTheEnd(); in mangleValueInTemplateArg() local
5279 OnePastTheEnd |= CAT->getSize() == E.getAsArrayIndex(); in mangleValueInTemplateArg()
5298 if (OnePastTheEnd) in mangleValueInTemplateArg()