Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A 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
H A DItaniumMangle.cpp5839 if (!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) { in mangleValueInTemplateArg()
5908 bool OnePastTheEnd = V.isLValueOnePastTheEnd(); in mangleValueInTemplateArg()
H A DMicrosoftMangle.cpp1725 if (V.isLValueOnePastTheEnd()) in mangleTemplateArgValue()
H A DASTImporter.cpp9936 Base, Offset, PathLength, FromValue.isLValueOnePastTheEnd(), in ImportAPValue()
H A DExprConstant.cpp286 IsOnePastTheEnd = V.isLValueOnePastTheEnd(); in SubobjectDesignator()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DPropertiesBase.td467 def : Property<"isLValueOnePastTheEnd", Bool> {
468 let Read = [{ node.isLValueOnePastTheEnd() }];
541 base, offset, pathLength, isLValueOnePastTheEnd, isNullPtr).data();
H A DAPValue.h482 bool isLValueOnePastTheEnd() const;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp7299 !Value.isLValueOnePastTheEnd() && ParamType->isPointerType()) { in CheckTemplateArgument()
7304 Value.isLValueOnePastTheEnd()) { in CheckTemplateArgument()