Searched refs:getAsObjCQualifiedIdType (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp507 const ObjCObjectPointerType *Type::getAsObjCQualifiedIdType() const { function in class:Type
H A DASTContext.cpp6419 if (const ObjCObjectPointerType *lhsQID = lhs->getAsObjCQualifiedIdType()) {
6479 const ObjCObjectPointerType *rhsQID = rhs->getAsObjCQualifiedIdType();
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1679 const ObjCObjectPointerType *getAsObjCQualifiedIdType() const;
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2334 = ReceiverType->getAsObjCQualifiedIdType()) {
H A DSemaCodeComplete.cpp5601 = ReceiverType->getAsObjCQualifiedIdType()) {

Completed in 214 milliseconds