Home
last modified time | relevance | path

Searched refs:isLValueOnePastTheEnd (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/AST/
DAPValue.cpp347 RHS.isLValueOnePastTheEnd(), RHS.isNullPointer()); in APValue()
597 (isLValueOnePastTheEnd() ? 2 : 0) | in Profile()
806 else if (isLValueOnePastTheEnd()) in printPretty()
850 if (isLValueOnePastTheEnd()) { in printPretty()
969 bool APValue::isLValueOnePastTheEnd() const { in isLValueOnePastTheEnd() function in APValue
DItaniumMangle.cpp5839 if (!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) { in mangleValueInTemplateArg()
5908 bool OnePastTheEnd = V.isLValueOnePastTheEnd(); in mangleValueInTemplateArg()
DMicrosoftMangle.cpp1725 if (V.isLValueOnePastTheEnd()) in mangleTemplateArgValue()
DASTImporter.cpp9936 Base, Offset, PathLength, FromValue.isLValueOnePastTheEnd(), in ImportAPValue()
DExprConstant.cpp286 IsOnePastTheEnd = V.isLValueOnePastTheEnd(); in SubobjectDesignator()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DPropertiesBase.td467 def : Property<"isLValueOnePastTheEnd", Bool> {
468 let Read = [{ node.isLValueOnePastTheEnd() }];
541 base, offset, pathLength, isLValueOnePastTheEnd, isNullPtr).data();
DAPValue.h482 bool isLValueOnePastTheEnd() const;
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaTemplate.cpp7299 !Value.isLValueOnePastTheEnd() && ParamType->isPointerType()) { in CheckTemplateArgument()
7304 Value.isLValueOnePastTheEnd()) { in CheckTemplateArgument()