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.cpp238 static bool CanCaptureValue(Expr *exp) { in CanCaptureValue() function in __anonb581425c0111::PseudoOpBuilder
484 (result.get()->isTypeDependent() || CanCaptureValue(result.get()))) in buildAssignmentOperation()
508 (result.get()->isTypeDependent() || CanCaptureValue(result.get()))) { in buildIncDecOperation()
533 (result.get()->isTypeDependent() || CanCaptureValue(result.get()))) in buildIncDecOperation()
820 if (CanCaptureValue(arg)) in buildSet()
1347 if (CanCaptureValue(arg)) in buildSet()