Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/modernize/
H A DReplaceAutoPtrCheck.cpp34 AST_MATCHER(Expr, isLValue) { return Node.getValueKind() == VK_LValue; } in AST_MATCHER() argument
/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.h
/llvm-project/clang/include/clang/AST/
H A DExpr.h277 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function
380 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function