Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DAPValue.cpp345 if (RHS.hasLValuePath()) in APValue()
598 (hasLValuePath() ? 4 : 0)); in Profile()
599 if (hasLValuePath()) { in Profile()
763 if (!hasLValuePath()) { in printPretty()
979 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue
985 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
H A DMicrosoftMangle.cpp1729 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()
1738 } else if (!V.hasLValuePath()) { in mangleTemplateArgValue()
H A DItaniumMangle.cpp5825 if (!V.hasLValuePath()) { in mangleValueInTemplateArg()
H A DExprConstant.cpp281 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()
12677 assert(!LVal.hasLValuePath() && "have designator for integer lvalue"); in addOrSubLValueAsInteger()
H A DASTImporter.cpp9934 if (FromValue.hasLValuePath()) { in ImportAPValue()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DPropertiesBase.td464 def : Property<"hasLValuePath", Bool> {
465 let Read = [{ node.hasLValuePath() }];
512 let Conditional = [{ hasLValuePath }];
535 if (!hasLValuePath) {
H A DAPValue.h483 bool hasLValuePath() const;
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp7296 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()
7303 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()