Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp236 static bool CanCaptureValue(Expr *exp) { in CanCaptureValue() function in __anon99ff7d920111::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()
817 if (CanCaptureValue(arg)) in buildSet()
1430 if (CanCaptureValue(arg)) in buildSet()