Searched defs:isGNUFamily (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DObjCRuntime.h112 bool isGNUFamily() const { function in class:clang::ObjCRuntime
128 // For now, this is just the inverse of isGNUFamily(), but that's
130 return !isGNUFamily();

Completed in 3061 milliseconds