Home
last modified time | relevance | path

Searched full:objective (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBTypeDocstrings.i20 information. For some languages such as C, C++ and Objective-C it is possible
113 * Objective-C: Same as in C. For Objective-C classes this always returns
126 * Objective-C: Pointer types include the C pointer types. ``id``, ``Class``
138 * Objective-C: Returns false for all types.
151 * Objective-C: Returns false for all types.
165 * Objective-C: Same as in C.
177 * Objective-C: Same as in C.
188 * Objective-C: Same as in C.
200 * Objective
[all...]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DNSAPI.h55 /// The Objective-C NSString selectors.
88 /// The Objective-C NSArray selectors.
113 /// The Objective-C NSDictionary selectors.
130 /// The Objective-C NSSet selectors.
193 /// The Objective-C NSNumber selectors used to create NSNumber literals.
214 /// Returns true if \param T is a typedef of "BOOL" in objective-c.
216 /// Returns true if \param T is a typedef of "NSInteger" in objective-c.
218 /// Returns true if \param T is a typedef of "NSUInteger" in objective-c.
221 /// of that name in objective-c.
244 /// The selectors for Objective-C NSArray methods.
[all …]
H A DLexicallyOrderedRecursiveASTVisitor.h29 /// some declarations, like Objective-C @implementation declarations
32 /// In particular, Objective-C @implementation declarations may contain
33 /// non-Objective-C declarations, like functions:
67 // Objective-C @implementation declarations should not trigger early exit in TraverseObjCImplementationDecl()
96 // Gather declarations that follow the Objective-C implementation in TraverseDeclContextHelper()
H A DStmtObjC.h10 /// Defines the Objective-C statement AST node classes.
20 /// Represents Objective-C's collection statement.
76 /// Represents Objective-C's \@catch statement.
126 /// Represents Objective-C's \@finally statement
164 /// Represents Objective-C's \@try ... \@catch ... \@finally statement.
295 /// Represents Objective-C's \@synchronized statement.
357 /// Represents Objective-C's \@throw statement.
393 /// Represents Objective-C's \@autoreleasepool Statement
H A DBuiltinTypes.def229 // The primitive Objective C 'id' type. The user-visible 'id'
235 // The primitive Objective C 'Class' type. The user-visible
241 // The primitive Objective C 'SEL' type. The user-visible 'SEL'
292 // such as those introduced by Objective C's @property or
300 // A pseudo-object reference naming an Objective-C @property is
H A DDeclID.h40 /// The Objective-C 'id' type.
43 /// The Objective-C 'SEL' type.
46 /// The Objective-C 'Class' type.
49 /// The Objective-C 'Protocol' type.
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesFormat.h52 /// The Objective-C context data block, which contains information about
53 /// Objective-C classes and protocols.
56 /// The Objective-C property data block, which maps Objective-C
61 /// The Objective-C property data block, which maps Objective-C
70 /// The Objective-C selector data block, which maps Objective-C
212 // Objective-C selector ID.
269 /// A stored Objective-C selector.
275 /// A stored Objective-C or C++ context, represented by the ID of its parent
276 /// context, the kind of this context (Objective-C class / C++ namespace / etc),
312 /// A stored Objective-C or C++ declaration, represented by the ID of its parent
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DUSRGeneration.h34 /// Generate a USR fragment for an Objective-C class.
39 /// Generate a USR fragment for an Objective-C class category.
44 /// Generate a USR fragment for an Objective-C instance variable. The
49 /// Generate a USR fragment for an Objective-C method.
53 /// Generate a USR fragment for an Objective-C property.
56 /// Generate a USR fragment for an Objective-C protocol.
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaObjC.h1 //===----- SemaObjC.h ------ Semantic Analysis for Objective-C ------------===//
9 /// This file declares semantic analysis for Objective-C.
59 /// FinishObjCForCollectionStmt - Attach the body to a objective-C foreach
81 /// Build a an Objective-C protocol-qualified 'id' type where no
87 /// Build a specialized and/or protocol-qualified Objective-C type.
95 /// Build an Objective-C type parameter type.
103 /// Build an Objective-C object pointer type.
112 /// in an Objective-C message declaration. Return the appropriate type.
115 /// checkRetainCycles - Check whether an Objective-C message send
131 /// Invoked when we must temporarily exit the objective-c container
[all …]
H A DCodeCompleteConsumer.h98 /// Priority for the Objective-C "_cmd" implicit parameter.
117 /// Adjustment to the "bool" type in Objective-C, where the typedef
125 /// An Objective-C method being used as a property.
128 /// An Objective-C block property completed as a setter with a
142 /// Objective-C object pointer types).
200 /// Code completion occurred within an Objective-C interface,
204 /// Code completion occurred within an Objective-C implementation
209 /// an Objective-C interface, implementation, or category implementation.
222 /// Code completion occurred where an Objective-C message receiver
242 /// Code completion occurred on the right-hand side of an Objective-C
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDeclNodes.td82 def ObjCMethod : DeclNode<Named, "Objective-C methods">, DeclContext;
83 def ObjCContainer : DeclNode<Named, "Objective-C containers", 1>, DeclContext;
85 def ObjCProtocol : DeclNode<ObjCContainer, "Objective-C protocols">;
86 def ObjCInterface : DeclNode<ObjCContainer, "Objective-C interfaces">;
88 : DeclNode<ObjCContainer, "Objective-C implementation declarations", 1>;
91 def ObjCProperty : DeclNode<Named, "Objective-C properties">;
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DTypes.def50 TYPE("objective-c-cpp-output", PP_ObjC, INVALID, "mi", phases::Compile, phases::…
52 TYPE("objective-c", ObjC, PP_ObjC, "m", phases::Preprocess, phase…
55 TYPE("objective-c++-cpp-output", PP_ObjCXX, INVALID, "mii", phases::Compile, phases::…
57 TYPE("objective-c++", ObjCXX, PP_ObjCXX, "mm", phases::Preprocess, phase…
65 TYPE("objective-c-header-cpp-output", PP_ObjCHeader, INVALID, "mi", phases::Precompile)
66 TYPE("objective-c-header", ObjCHeader, PP_ObjCHeader, "h", phases::Preprocess, phase…
73 TYPE("objective-c++-header-cpp-output", PP_ObjCXXHeader, INVALID,"mii", phases::Precompile)
74 TYPE("objective-c++-header", ObjCXXHeader, PP_ObjCXXHeader, "h", phases::Preprocess, phase…
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCRuntime.h9 // This provides an abstract class for Objective-C code generation. Concrete
10 // subclasses of this implement code generation for specific Objective-C
123 /// Generate the function required to register all Objective-C components in
163 /// Generate an Objective-C message send operation.
177 /// Generate an Objective-C message send operation.
192 /// Generate an Objective-C message send operation to the super
243 /// Generates prologue for direct Objective-C Methods.
366 /// Creates an instance of an Objective-C runtime class.
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDisassemblerTypes.h152 /* The output reference is to a Objective-C CoreFoundation string. */
154 /* The output reference is to a Objective-C message. */
156 /* The output reference is to a Objective-C message ref. */
158 /* The output reference is to a Objective-C selector ref. */
160 /* The output reference is to a Objective-C class ref. */
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesReader.h92 /// Look for the context ID of the given Objective-C class.
99 /// Look for information regarding the given Objective-C class.
106 /// Look for the context ID of the given Objective-C protocol.
113 /// Look for information regarding the given Objective-C protocol.
120 /// Look for information regarding the given Objective-C property in
132 /// Look for information regarding the given Objective-C method in
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
H A DSymbolName.h22 /// Symbol's name can be composed of multiple strings. For example, Objective-C
32 // While empty symbol names are valid (Objective-C selectors can have empty in SymbolName()
33 // name pieces), occurrences Objective-C selectors are created using an in SymbolName()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DDeclarationFragments.h70 /// External parameters in Objective-C methods.
77 /// Internal/local parameters in Objective-C methods.
387 /// Build DeclarationFragments for an Objective-C category declaration
392 /// Build DeclarationFragments for an Objective-C interface declaration
397 /// Build DeclarationFragments for an Objective-C method declaration
401 /// Build DeclarationFragments for an Objective-C property declaration
406 /// Build DeclarationFragments for an Objective-C protocol declaration
425 /// Build sub-heading fragments for an Objective-C method.
/freebsd/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h1219 /** An Objective-C \@interface. */
1221 /** An Objective-C \@interface for a category. */
1223 /** An Objective-C \@protocol declaration. */
1225 /** An Objective-C \@property declaration. */
1227 /** An Objective-C instance variable. */
1229 /** An Objective-C instance method. */
1231 /** An Objective-C class method. */
1233 /** An Objective-C \@implementation. */
1235 /** An Objective-C \@implementation for a category. */
1271 /** An Objective-C \@synthesize definition. */
[all …]
/freebsd/usr.bin/clang/clang/
H A Dclang.132 clang \- the Clang C, C++, and Objective-C compiler
38 \fBclang\fP is a C, C++, and Objective\-C compiler which encompasses
56 \(dq.mi\(dq (for Objective\-C), or \(dq.mii\(dq (for Objective\-C++) file.
426 Treat source input files as Objective\-C and Object\-C++ inputs respectively.
522 Select the Objective\-C ABI version to use. Available versions are 1 (legacy
528 Select the Objective\-C non\-fragile ABI version to use by default. This will
529 only be used as the Objective\-C ABI when the non\-fragile ABI is enabled
536 Enable use of the Objective\-C non\-fragile ABI. On platforms for which this is
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStub.cpp58 objc-classes: [] # Optional: List of Objective-C classes
59 objc-ivars: [] # Optional: List of Objective C Instance
92 objc-classes: [] # Optional: List of Objective-C classes
93 objc-ivars: [] # Optional: List of Objective C Instance
101 objc-classes: [] # Optional: List of Objective-C classes
102 objc-ivars: [] # Optional: List of Objective C Instance Variables
133 objc-classes: [] # Optional: List of Objective-C classes
134 objc-eh-types: [] # Optional: List of Objective-C classes
136 objc-ivars: [] # Optional: List of Objective C Instance
144 objc-classes: [] # Optional: List of Objective-C classes
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp425 m_error_stream.Printf("Error [IRForTarget]: Rewriting an Objective-C " in RewriteObjCConstString()
496 LLDB_LOG(log, "Encountered an Objective-C constant string with unusual " in RewriteObjCConstString()
528 "Objective-C constant string with a dynamic " in RewriteObjCConstString()
556 m_error_stream.Printf("Internal error [IRForTarget]: An Objective-C " in RewriteObjCConstStrings()
565 m_error_stream.Printf("Internal error [IRForTarget]: An Objective-C " in RewriteObjCConstStrings()
578 m_error_stream.Printf("Internal error [IRForTarget]: An Objective-C " in RewriteObjCConstStrings()
601 "Objective-C constant string is not as " in RewriteObjCConstStrings()
612 m_error_stream.Printf("Internal error [IRForTarget]: An Objective-C " in RewriteObjCConstStrings()
634 m_error_stream.Printf("Internal error [IRForTarget]: An Objective-C " in RewriteObjCConstStrings()
650 Objective-C constant string's string initializer doesn't point to an in RewriteObjCConstStrings()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DVisitor.h45 /// Collect Objective-C Interface declarations.
46 /// Every Objective-C class has an interface declaration that lists all the
50 /// Collect Objective-C Category/Extension declarations.
/freebsd/contrib/file/magic/Magdir/
H A Dgcc15 >4 byte 111 for Objective-C
17 >4 byte 79 for Objective-C++
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h144 // Define Objective-C instance variable records.
160 // Defines Objective-C record types that have assigned methods, properties,
176 // Define Objective-C category types. They don't generate linkable symbols, but
190 // Define Objective-C Interfaces or class types.
/freebsd/sys/geom/bde/
H A Dg_bde_crypt.c

12345678910>>...17