HomeSort by relevance Sort by last modified time
    Searched full:selector_components (Results 1 - 1 of 1) sorted by null

  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCTypeVendor.cpp 344 std::vector <clang::IdentifierInfo *> selector_components; local
354 selector_components.push_back(&ast_ctx.Idents.get(llvm::StringRef(name_cursor)));
360 selector_components.push_back(&ast_ctx.Idents.get(llvm::StringRef(name_cursor, colon_loc - name_cursor)));
365 clang::Selector sel = ast_ctx.Selectors.getSelector(is_zero_argument ? 0 : selector_components.size(), selector_components.data());

Completed in 58 milliseconds