Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
DTargetInfo.h184 unsigned UseSignedCharForObjCBool : 1; variable
387 return UseSignedCharForObjCBool; in useSignedCharForObjCBool()
390 UseSignedCharForObjCBool = false; in noSignedCharForObjCBool()
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Basic/
DTargetInfo.cpp64 UseSignedCharForObjCBool = true; in TargetInfo()