Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp345 if (RHS.hasLValuePath()) in APValue()
600 (hasLValuePath() ? 4 : 0)); in Profile()
601 if (hasLValuePath()) { in Profile()
768 if (!hasLValuePath()) { in printPretty()
989 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue
995 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
H A DODRHash.cpp1294 if (Value.hasLValuePath()) { in AddStructuralValue()
1319 if (Value.hasLValuePath()) in AddStructuralValue()
H A DTemplateBase.cpp234 if (V.isLValue() && V.hasLValuePath() && V.getLValuePath().empty() && in getAsSimpleValueDeclRef()
H A DMicrosoftMangle.cpp1706 if (!T->isPointerType() || !V.isLValue() || !V.hasLValuePath() || in getAsArrayToPointerDecayedDecl()
1931 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()
1940 } else if (!V.hasLValuePath()) { in mangleTemplateArgValue()
H A DItaniumMangle.cpp6520 if (!V.hasLValuePath()) { in mangleValueInTemplateArg()
H A DExprConstant.cpp289 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()
13363 assert(!LVal.hasLValuePath() && "have designator for integer lvalue"); in addOrSubLValueAsInteger()
H A DASTImporter.cpp10368 if (FromValue.hasLValuePath()) { in ImportAPValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPropertiesBase.td470 def : Property<"hasLValuePath", Bool> {
471 let Read = [{ node.hasLValuePath() }];
529 let Conditional = [{ hasLValuePath }];
555 if (!hasLValuePath) {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp6737 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && VD && in CheckTemplateArgument()
6749 if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()