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

/external/chromium_org/chrome/browser/policy/test/
H A Dlocal_policy_test_server.cc144 std::string selector = GetSelector(type, entity_id);
157 std::string selector = GetSelector(type, entity_id);
263 std::string LocalPolicyTestServer::GetSelector(const std::string& type, function in class:policy::LocalPolicyTestServer
/external/lldb/source/Target/
H A DObjCLanguageRuntime.cpp319 ObjCLanguageRuntime::MethodName::GetSelector () function in class:ObjCLanguageRuntime::MethodName
372 strm.Printf("[%s %s]", GetClassName().GetCString(), GetSelector().GetCString());
404 GetSelector().GetCString());
411 const ConstString &selector = GetSelector();
/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp439 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
499 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
501 llvm::Value *GetSelector(CodeGenFunction &CGF,
1044 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel, function in class:CGObjCGNU
1072 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, Selector Sel, function in class:CGObjCGNU
1074 return GetSelector(CGF, Sel, std::string(), lval);
1077 llvm::Value *CGObjCGNU::GetSelector(CodeGenFunction &CGF, function in class:CGObjCGNU
1081 return GetSelector(CGF, Method->getSelector(), SelTypes, false);
1232 llvm::Value *cmd = GetSelector(CGF, Sel);
1368 cmd = GetSelector(CG
[all...]
H A DCGObjCMac.cpp1208 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
1213 llvm::Value *GetSelector(CodeGenFunction &CGF,
1482 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
1488 llvm::Value *GetSelector(CodeGenFunction &CGF,
1719 /// GetSelector - Return the pointer to the unique'd string for this selector.
1720 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, Selector Sel, function in class:CGObjCMac
1724 llvm::Value *CGObjCMac::GetSelector(CodeGenFunction &CGF, const ObjCMethodDecl function in class:CGObjCMac

Completed in 134 milliseconds