/external/clang/lib/Rewrite/Frontend/ |
RewriteModernObjC.cpp | 81 // ObjC string constant support. 86 // ObjC foreach break/continue generation support. 214 // Not c functions defined inside an objc container. [all...] |
/external/clang/lib/CodeGen/ |
CGObjCGNU.cpp | 12 // library. These structures are defined in objc/objc.h and objc/objc-api.h in [all...] |
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/SDL.xcodeproj/ |
project.pbxproj | [all...] |
/external/clang/include/clang/AST/ |
TypeLoc.h | 808 // A helper class for defining ObjC TypeLocs that can qualified with 898 /// \brief Wrapper for source info for ObjC interfaces. [all...] |
/external/clang/lib/Edit/ |
RewriteObjCFoundationAPI.cpp | 375 /// \brief Adds an explicit cast to 'id' if the type is not objc object. 841 // For a float passed to integer call, don't try rewriting to objc literal. [all...] |
/external/clang/lib/Sema/ |
SemaExceptionSpec.cpp | [all...] |
/external/clang/test/Analysis/ |
null-deref-path-notes.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-output=text -fblocks -verify -Wno-objc-root-class %s 2 // RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-store=region -analyzer-output=plist-multi-file -analyzer-config path-diagnostics-alternate=false -fblocks -Wno-objc-root-class %s -o %t [all...] |
retain-release-gc-only.m | 1 // RUN: %clang_cc1 -analyze -analyzer-checker=core,osx.cocoa.RetainCount,osx.cocoa.NSAutoreleasePool -analyzer-store=region -fobjc-gc-only -fblocks -verify -Wno-objc-root-class %s
|
retain-release-inline.m | 365 // Test that we reanalyze ObjC methods which have been inlined. When reanalyzing
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 89 ".m" : "objc", 91 language_order = ["c++", "objc", "c"] [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
ccompiler.py | 89 ".m" : "objc", 91 language_order = ["c++", "objc", "c"] [all...] |
/prebuilts/sdk/tools/linux/ |
libLLVM.so | |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/output1/ |
SymbolTableLexer.m | 2 * This OBJC source file was generated by $ANTLR version 3.2 Aug 19, 2010 17:16:04
|
/external/chromium_org/base/process/ |
memory_mac.mm | 18 #import <objc/runtime.h>
|
/external/chromium_org/chrome/browser/ |
chrome_browser_application_mac.mm | 51 // because the objc runtime doesn't use it.
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
browser_window_controller.h | 225 // Access the ObjC controller that contains the infobars.
|
/external/chromium_org/content/browser/renderer_host/ |
render_widget_host_view_mac.h | 376 // These member variables should be private, but the associated ObjC class
|
/external/chromium_org/third_party/WebKit/Source/core/ |
core.gyp | 426 # com.google.Chrome[] objc[]: Class ScrollbarPrefsObserver is implemented in both .../Google Chrome.app/Contents/Versions/.../Google Chrome Helper.app/Contents/MacOS/../../../Google Chrome Framework.framework/Google Chrome Framework and /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore. One of the two will be used. Which one is undefined.
|
/external/chromium_org/tools/gyp/pylib/gyp/generator/ |
ninja.py | [all...] |
/external/clang/include/clang/Format/ |
Format.h | 311 /// ObjC and Javascript array and dict literals).
|
/external/clang/include/clang/Sema/ |
Overload.h | 112 ICR_Writeback_Conversion ///< ObjC ARC writeback conversion
|
/external/clang/lib/Basic/ |
IdentifierTable.cpp | 299 /// to unique aggregate names (keyword selectors in ObjC parlance). Access to
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
CallAndMessageChecker.cpp | 11 // errors of call and objc message expressions.
|
/external/clang/test/SemaObjC/ |
objcbridge-attribute-arc.m | 1 // RUN: %clang_cc1 -fsyntax-only -x objective-c -fobjc-arc -verify -Wno-objc-root-class %s
|
/external/clang/test/SemaObjCXX/ |
objcbridge-attribute-arc.mm | 1 // RUN: %clang_cc1 -fsyntax-only -x objective-c++ -fobjc-arc -verify -Wno-objc-root-class %s
|