Searched refs:getProtocol (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h4340 ObjCProtocolDecl *getProtocol(unsigned I) const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectType
4425 getProtocol enumerator in enum:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCInterfaceType::__anon2945
4548 ObjCProtocolDecl *getProtocol(unsigned I) const { function in class:clang::FunctionType::ExtInfo::FunctionProtoType::ObjCObjectPointerType
4549 return getObjectType()->getProtocol(I);
H A DExprObjC.h441 ObjCProtocolDecl *getProtocol() const { return TheProtocol; } function in class:clang::ObjCProtocolExpr
H A DTypeLoc.h850 ObjCProtocolDecl *getProtocol(unsigned i) const {
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDumper.cpp1899 OS << ' ' << *Node->getProtocol();
H A DStmtProfile.cpp1102 VisitDecl(S->getProtocol());
H A DASTImporter.cpp812 Obj1->getProtocol(I),
813 Obj2->getProtocol(I)))
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriterStmt.cpp926 Writer.AddDeclRef(E->getProtocol(), Record);
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp3111 std::string Name = "_OBJC_PROTOCOL_" + Exp->getProtocol()->getNameAsString();
3125 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl());
H A DRewriteModernObjC.cpp3729 Exp->getProtocol()->getNameAsString();
3743 ProtocolExprDecls.insert(Exp->getProtocol()->getCanonicalDecl());
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjC.cpp228 return CGM.getObjCRuntime().GenerateProtocolRef(*this, E->getProtocol());

Completed in 232 milliseconds