Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp236 static bool CanCaptureValue(Expr *exp) { in CanCaptureValue() function in __anonb581425c0111::PseudoOpBuilder
482 (result.get()->isTypeDependent() || CanCaptureValue(result.get()))) in buildAssignmentOperation()
506 (result.get()->isTypeDependent() || CanCaptureValue(result.get()))) { in buildIncDecOperation()
531 (result.get()->isTypeDependent() || CanCaptureValue(result.get()))) in buildIncDecOperation()
818 if (CanCaptureValue(arg)) in buildSet()
1345 if (CanCaptureValue(arg)) in buildSet()