Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp4449 bool ShouldCopy = true; in tryObjCWritebackConversion() local
4771 bool ShouldCopy = true; in InitializeFrom() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmt.h258 unsigned ShouldCopy : 1; variable