Searched refs:isLValueOnePastTheEnd (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | APValue.cpp | 347 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 D | TemplateBase.cpp | 235 !V.isLValueOnePastTheEnd()) in getAsSimpleValueDeclRef()
|
H A D | ODRHash.cpp | 1293 bool OnePastTheEnd = Value.isLValueOnePastTheEnd(); in AddStructuralValue()
|
H A D | ItaniumMangle.cpp | 6546 if ((!V.getLValuePath().empty() || V.isLValueOnePastTheEnd()) && in mangleValueInTemplateArg() 6615 bool OnePastTheEnd = V.isLValueOnePastTheEnd(); in mangleValueInTemplateArg()
|
H A D | MicrosoftMangle.cpp | 1927 if (V.isLValueOnePastTheEnd()) in mangleTemplateArgValue()
|
H A D | ASTImporter.cpp | 10370 Base, Offset, PathLength, FromValue.isLValueOnePastTheEnd(), in ImportAPValue()
|
H A D | ExprConstant.cpp | 294 IsOnePastTheEnd = V.isLValueOnePastTheEnd(); in SubobjectDesignator()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PropertiesBase.td | 473 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 D | SemaTemplate.cpp | 6740 !Value.isLValueOnePastTheEnd() && ParamType->isPointerType()) { in CheckTemplateArgument() 6750 Value.isLValueOnePastTheEnd()) { in CheckTemplateArgument()
|