Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaInit.cpp3950 bool ShouldCopy = true; in tryObjCWritebackConversion() local
4184 bool ShouldCopy = true; in InitializationSequence() local
/external/clang/include/clang/AST/
DStmt.h243 unsigned ShouldCopy : 1; variable