HomeSort by relevance Sort by last modified time
    Searched full:objc (Results 776 - 800 of 1182) sorted by null

<<31323334353637383940>>

  /external/clang/www/analyzer/
alpha_checks.html 44 (ObjC)</span><div class="descr">
238 (C, C++, ObjC)</span><div class="descr">
279 (ObjC)</span><div class="descr">
339 (ObjC)</span><div class="descr">
359 (ObjC)</span><div class="descr">
384 (ObjC)</span><div class="descr">
412 (ObjC)</span><div class="descr">
  /external/clang/lib/Parse/
Parser.cpp 570 /// [OBJC] objc-class-definition
571 /// [OBJC] objc-class-declaration
572 /// [OBJC] objc-alias-declaration
573 /// [OBJC] objc-protocol-definition
574 /// [OBJC] objc-method-definitio
    [all...]
  /external/clang/include/clang/Driver/
CC1Options.td 278 HelpText<"Silence ObjC rewriting warnings">;
385 HelpText<"Directory for temporary files produced during ARC or ObjC migration">;
441 def disable_objc_default_synthesize_properties : Flag<["-"], "disable-objc-default-synthesize-properties">,
478 HelpText<"Use a const qualified type for string literals in C and ObjC">;
480 HelpText<"Don't use a const qualified type for string literals in C and ObjC">;
493 def fdebugger_objc_literal : Flag<["-"], "fdebugger-objc-literal">,
518 def objc_isystem : JoinedOrSeparate<["-"], "objc-isystem">,
520 HelpText<"Add directory to the ObjC SYSTEM include search path">;
523 HelpText<"Add directory to the ObjC++ SYSTEM include search path">;
    [all...]
Options.td 164 "modern ObjC syntax">;
166 HelpText<"Enable migration to modern ObjC literals">;
168 HelpText<"Enable migration to modern ObjC subscripting">;
170 HelpText<"Enable migration to modern ObjC property">;
172 HelpText<"Enable migration to modern ObjC">;
174 HelpText<"Enable migration to modern ObjC readonly property">;
176 HelpText<"Enable migration to modern ObjC readwrite property">;
247 def ObjCXX : Flag<["-"], "ObjC++">, Flags<[DriverOption]>,
249 def ObjC : Flag<["-"], "ObjC">, Flags<[DriverOption]>
    [all...]
  /external/lldb/test/functionalities/data-formatter/data-formatter-objc/
TestDataFormatterObjC.py 15 mydir = os.path.join("functionalities", "data-formatter", "data-formatter-objc")
20 """Test basic ObjC formatting behavior."""
27 """Test basic ObjC formatting behavior."""
260 """Test basic ObjC formatting behavior."""
450 '(NSBundle *) main_bundle = ','test/functionalities/data-formatter/data-formatter-objc'])
  /external/clang/lib/Format/
ContinuationIndenter.h 202 /// \brief The position of the colon in an ObjC method declaration/call.
236 /// \brief \c true if the colons of the curren ObjC method expression should
244 /// ObjC method expression.
  /external/clang/test/Analysis/
NSString.m 1 // RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core,osx.cocoa.NilArg,osx.cocoa.RetainCount,alpha.core -analyzer-store=region -analyzer-constraints=range -verify -Wno-objc-root-class %s
2 // RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core,osx.cocoa.NilArg,osx.cocoa.RetainCount,alpha.core -analyzer-store=region -analyzer-constraints=range -analyzer-config mode=shallow -verify -Wno-objc-root-class %s
3 // RUN: %clang_cc1 -DTEST_64 -triple x86_64-apple-darwin10 -analyze -analyzer-checker=core,osx.cocoa.NilArg,osx.cocoa.RetainCount,alpha.core -analyzer-store=region -analyzer-constraints=range -verify -Wno-objc-root-class %s
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleObjCRuntimeV1.cpp 75 // FIXME: This should be a MacOS or iOS process, and we need to look for the OBJC section to make
108 static ConstString g_name("apple-objc-v1");
187 // // a valid ObjC object)
  /external/chromium_org/third_party/sqlite/src/src/
test_osinst.c 1103 int objc,
1115 if( objc<2 ){
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 133 // ObjC instance variables are lvalues
134 // FIXME: ObjC++0x might have different rules
344 // ObjC message sends are effectively function calls, if the target function
458 // ObjC property accesses are not lvalues, but get special treatment.
507 // Except we override this for writes to ObjC properties.
593 // Assignment to a property in ObjC is an implicit setter access. But a
  /external/lldb/examples/summaries/cocoa/
objc_runtime.py 65 # technically, the ObjC runtime does not enforce any rules about what name a class can have
276 # some CF classes have a valid ObjC isa in their CFRuntimeBase
375 # some CF classes have a valid ObjC isa in their CFRuntimeBase
633 # the ObjC runtime has no explicit "version" field that we can use
684 # an ObjC pointer can either be tagged or must be aligned
724 # tagged pointers only exist in ObjC v2
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
CombinedLexer.m 2 * This OBJC source file was generated by $ANTLR version 3.2 Aug 24, 2010 10:45:57
9 * ObjC language generator and runtime by Alan Condit, acondit|hereisanat|ipns|dotgoeshere|com.
  /external/chromium_org/chrome/browser/
app_controller_mac_browsertest.mm 9 #import <objc/message.h>
10 #import <objc/runtime.h>
  /external/clang/include/clang/Lex/
Token.h 244 /// \brief Return true if we have an ObjC keyword identifier.
247 /// \brief Return the ObjC keyword kind.
  /external/llvm/docs/HistoricalNotes/
2007-OriginalClangReadme.txt 39 liblex - C/C++/ObjC lexing and preprocessing, identifier hash table,
83 components, including a C++ front-end, ObjC support, and a whole lot of other
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 1 //===- ObjCARCOpts.cpp - ObjC ARC Optimization ----------------------------===//
10 /// This file defines ObjC ARC optimizations. ARC stands for Automatic
46 #define DEBUG_TYPE "objc-arc-opts"
231 // calls followed by objc_autoreleasePoolPop calls (perhaps in ObjC++ code
242 // TODO: Recognize that a bunch of other objc runtime calls have
254 STATISTIC(NumNoops, "Number of no-op objc calls eliminated");
255 STATISTIC(NumPartialNoops, "Number of partially no-op objc calls eliminated");
803 EnableARCAnnotations("enable-objc-arc-annotations", cl::init(false),
807 DisableCheckForCFGHazards("disable-objc-arc-checkforcfghazards", cl::init(false),
811 ARCAnnotationTargetIdentifier("objc-arc-annotation-target-identifier"
    [all...]
  /external/valgrind/main/
darwin9-drd.supp 243 drd-darwin-objc-msgSend
249 drd-darwin-objc-msgSend
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_bridge.h 9 // This class needs to be C++, not ObjC, since it derives from
bookmark_menu_cocoa_controller.mm 81 // "identifier" here to avoid conflict with objc's concept of "id").
  /external/chromium_org/chrome/browser/ui/cocoa/
custom_frame_view.mm 9 #import <objc/runtime.h>
  /external/chromium_org/content/plugin/
plugin_interpose_util_mac.mm 8 #import <objc/runtime.h>
  /external/chromium_org/content/renderer/
renderer_main_platform_delegate_mac.mm 9 #include <objc/runtime.h>
  /external/chromium_org/third_party/ocmock/OCMock/
OCMBoxedReturnValueProvider.mm 7 #import <objc/runtime.h>
OCMockRecorder.m 6 #import <objc/runtime.h>
  /external/chromium_org/ui/base/
ui_base_tests.gypi 175 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},

Completed in 969 milliseconds

<<31323334353637383940>>