Home
last modified time | relevance | path

Searched refs:hasLValuePath (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DAPValue.cpp194 if (RHS.hasLValuePath()) in APValue()
439 if (!hasLValuePath()) { in printPretty()
638 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue
644 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
H A DExprConstant.cpp274 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()
2871 assert(!O->hasLValuePath() || O->getLValuePath().empty()); in findSubobject()
8916 assert(!LVal.hasLValuePath() && "have designator for integer lvalue"); in addOrSubLValueAsInteger()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DAPValue.h312 bool hasLValuePath() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplate.cpp6322 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()
6329 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()