Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DAPValue.cpp345 if (RHS.hasLValuePath()) in APValue()
598 (hasLValuePath() ? 4 : 0)); in Profile()
599 if (hasLValuePath()) { in Profile()
700 if (!hasLValuePath()) { in printPretty()
908 bool APValue::hasLValuePath() const { in hasLValuePath() function in APValue
914 assert(isLValue() && hasLValuePath() && "Invalid accessor"); in getLValuePath()
H A DMicrosoftMangle.cpp1694 if (!V.hasLValuePath() || V.getLValuePath().empty()) { in mangleTemplateArgValue()
1703 } else if (!V.hasLValuePath()) { in mangleTemplateArgValue()
H A DItaniumMangle.cpp5681 if (!V.hasLValuePath()) { in mangleValueInTemplateArg()
H A DExprConstant.cpp281 : Invalid(!V.isLValue() || !V.hasLValuePath()), IsOnePastTheEnd(false), in SubobjectDesignator()
12326 assert(!LVal.hasLValuePath() && "have designator for integer lvalue"); in addOrSubLValueAsInteger()
H A DASTImporter.cpp9270 if (FromValue.hasLValuePath()) { in ImportAPValue()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPropertiesBase.td460 def : Property<"hasLValuePath", Bool> {
461 let Read = [{ node.hasLValuePath() }];
508 let Conditional = [{ hasLValuePath }];
535 if (!hasLValuePath) {
H A DAPValue.h483 bool hasLValuePath() const;
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp7014 if (Value.hasLValuePath() && Value.getLValuePath().size() == 1 && in CheckTemplateArgument()
7021 } else if (!Value.hasLValuePath() || Value.getLValuePath().size() || in CheckTemplateArgument()