Home
last modified time | relevance | path

Searched defs:isLValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/modernize/
DReplaceAutoPtrCheck.cpp36 AST_MATCHER(Expr, isLValue) { return Node.getValueKind() == VK_LValue; } in AST_MATCHER() argument
/external/clang/include/clang/AST/
DAPValue.h186 bool isLValue() const { return Kind == LValue; } in isLValue() function
DExpr.h247 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function
348 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function
/external/llvm-project/clang/include/clang/AST/
DExpr.h272 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function
375 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function