Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp347 RHS.isLValueOnePastTheEnd(), RHS.isNullPointer()); in APValue()
599 (isLValueOnePastTheEnd() ? 2 : 0) | in Profile()
811 else if (isLValueOnePastTheEnd()) in printPretty()
859 if (isLValueOnePastTheEnd()) { in printPretty()
979 bool APValue::isLValueOnePastTheEnd() const { in isLValueOnePastTheEnd() function in APValue
H A DTemplateBase.cpp235 !V.isLValueOnePastTheEnd()) in getAsSimpleValueDeclRef()
H A DODRHash.cpp1293 bool OnePastTheEnd = Value.isLValueOnePastTheEnd(); in AddStructuralValue()
H A DItaniumMangle.cpp6546 if ((!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) && in mangleValueInTemplateArg()
6615 bool OnePastTheEnd = V.isLValueOnePastTheEnd(); in mangleValueInTemplateArg()
H A DMicrosoftMangle.cpp1927 if (V.isLValueOnePastTheEnd()) in mangleTemplateArgValue()
H A DASTImporter.cpp10370 Base, Offset, PathLength, FromValue.isLValueOnePastTheEnd(), in ImportAPValue()
H A DExprConstant.cpp294 IsOnePastTheEnd = V.isLValueOnePastTheEnd(); in SubobjectDesignator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td473 def : Property<"isLValueOnePastTheEnd", Bool> {
474 let Read = [{ node.isLValueOnePastTheEnd() }];
561 base, offset, pathLength, isLValueOnePastTheEnd, isNullPtr).data();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6740 !Value.isLValueOnePastTheEnd() && ParamType->isPointerType()) { in CheckTemplateArgument()
6750 Value.isLValueOnePastTheEnd()) { in CheckTemplateArgument()