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.h386 bool useSignedCharForObjCBool() const { in useSignedCharForObjCBool() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp1024 ObjCBuiltinBoolTy = (Target.useSignedCharForObjCBool() ? in InitBuiltinTypes()