HomeSort by relevance Sort by last modified time
    Searched refs:GetSelector (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/policy/test/
local_policy_test_server.h 90 std::string GetSelector(const std::string& type,
local_policy_test_server.cc 144 std::string selector = GetSelector(type, entity_id);
157 std::string selector = GetSelector(type, entity_id);
263 std::string LocalPolicyTestServer::GetSelector(const std::string& type,
  /external/lldb/source/Target/
ObjCLanguageRuntime.cpp 319 ObjCLanguageRuntime::MethodName::GetSelector ()
372 strm.Printf("[%s %s]", GetClassName().GetCString(), GetSelector().GetCString());
404 GetSelector().GetCString());
411 const ConstString &selector = GetSelector();
  /external/clang/lib/CodeGen/
CGObjCRuntime.h 122 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
126 virtual llvm::Value *GetSelector(CodeGenFunction &CGF,
CGObjCGNU.cpp 439 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
499 llvm::Value *GetSelector(CodeGenFunction &CGF, Selector Sel,
501 llvm::Value *GetSelector(CodeGenFunction &CGF,
    [all...]
CGObjCMac.cpp     [all...]
CGExpr.cpp     [all...]
CGObjC.cpp 68 Selector Sel = BoxingMethod->getSelector();
179 Selector Sel = MethodWithObjects->getSelector();
220 return CGM.getObjCRuntime().GetSelector(*this, E->getSelector());
399 E->getSelector(),
408 E->getSelector(),
449 method->getSelector(),
490 OMD->getSelector().isUnarySelector()) {
492 OMD->getSelector().getIdentifierInfoForSlot(0);
    [all...]
  /external/lldb/include/lldb/Target/
ObjCLanguageRuntime.h 115 GetSelector ();
  /external/lldb/source/Plugins/SymbolFile/DWARF/
DWARFCompileUnit.cpp 778 ConstString objc_selector_name (objc_method.GetSelector());
    [all...]
SymbolFileDWARF.cpp     [all...]
  /external/lldb/source/Symbol/
Symtab.cpp 375 entry.cstring = objc_method.GetSelector().GetCString();
    [all...]

Completed in 569 milliseconds