Searched defs:isObjCQualifiedId (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Type.h | 4049 bool isObjCQualifiedId() const { return !qual_empty() && isObjCId(); } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType 4244 return getObjectType()->isObjCQualifiedId(); |
Completed in 65 milliseconds