Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp936 bool ShouldCopy = [&]() { in __copy_file() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaInit.cpp5857 bool ShouldCopy = true; in tryObjCWritebackConversion() local
6384 bool ShouldCopy = true; in InitializeFrom() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h998 unsigned ShouldCopy : 1; variable