HomeSort by relevance Sort by last modified time
    Searched defs:Class (Results 101 - 125 of 140) sorted by null

1 2 3 45 6

  /external/clang/include/clang/AST/
ExprObjC.h 24 class IdentifierInfo;
25 class ASTContext;
29 class ObjCStringLiteral : public Expr {
60 class ObjCBoolLiteralExpr : public Expr {
92 class ObjCBoxedExpr : public Expr {
128 friend class ASTStmtReader;
133 class ObjCArrayLiteral : public Expr {
192 friend class ASTStmtReader;
223 class ObjCDictionaryLiteral : public Expr {
338 friend class ASTStmtReader
    [all...]
Type.h 41 class Type;
42 class ExtQuals;
43 class QualType;
48 class PointerLikeTypeTraits;
50 class PointerLikeTypeTraits< ::clang::Type*> {
59 class PointerLikeTypeTraits< ::clang::ExtQuals*> {
73 class ASTContext;
74 class TypedefNameDecl;
75 class TemplateDecl;
76 class TemplateTypeParmDecl
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 1 //=== RecordLayoutBuilder.cpp - Helper class for building record layouts ---==//
29 /// BaseSubobjectInfo - Represents a single base subobject in a complete class.
30 /// For a class hierarchy like
32 /// class A { };
33 /// class B : A { };
34 /// class C : A, B { };
41 /// Class - The class for this base info.
42 const CXXRecordDecl *Class;
59 /// offsets while laying out a C++ class
    [all...]
ASTImporter.cpp 10 // This file defines the ASTImporter class which imports AST nodes from one
28 class ASTNodeImporter : public TypeVisitor<ASTNodeImporter, QualType>,
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 49 // We ignore protocols here. Should we? What about Class?
69 // Otherwise, we try to compare class types.
85 assert(receiverClass && "method not associated with a class!");
88 // If either class is a subclass of the other, it's fine.
125 // Figure out which class this method is part of, if any.
267 S.Diag(ND->getLocation(), diag::note_previous_decl) << "class";
386 // No need to issue deprecated warning if deprecated mehod in class/category
397 // Only do this if the current class actually has a superclass.
426 // function will reject corrections to that class.
427 class ObjCInterfaceValidatorCCC : public CorrectionCandidateCallback
    [all...]
SemaExprObjC.cpp 123 // a @class NSString; and use that instead. This is to make sure
146 const ObjCInterfaceDecl *Class,
150 S.Diag(Loc, diag::err_undeclared_boxing_method) << Sel << Class->getName();
193 // Look up the NSNumber class, if we haven't done so already. It's cached
615 // Look up the NSArray class, if we haven't done so already.
732 // Look up the NSDictionary class, if we haven't done so already.
    [all...]
SemaLookup.cpp 55 class UnqualUsingEntry {
91 class UnqualUsingDirectiveSet {
111 // A using-directive shall not appear in class scope, but may
242 // 3) Tag because it includes class templates, which can't
429 // A class name or enumeration name can be hidden by the name of
431 // scope. If a class or enumeration name and an object, function,
433 // with the same name, the class or enumeration name is hidden
547 /// the class at this point.
548 static bool CanDeclareSpecialMemberFunction(const CXXRecordDecl *Class) {
549 // We need to have a definition for the class
    [all...]
SemaCodeComplete.cpp 43 class ResultBuilder {
67 class ShadowMapEntry {
112 class iterator;
304 /// class of the searched context.
347 class ResultBuilder::ShadowMapEntry::iterator {
357 class pointer {
500 // Class template (partial) specializations are never added as results.
    [all...]
SemaInit.cpp 209 /// The InitListChecker class contains a set of routines that each
235 class InitListChecker {
    [all...]
  /external/doclava/src/com/google/doclava/
Stubs.java 33 public class Stubs {
61 // If a class is public or protected, not hidden, and marked as included,
119 "Reference to unavailable annotation class " + t.fullName());
126 Errors.error(Errors.DEPRECATED, cl.position(), "Class " + cl.qualifiedName()
139 // build class list for api file or keep list file
213 // blow the outer class open if this is an inner class
217 // blow open super class and interfaces
221 // cl is a public class declared as extending a hidden superclass.
223 // with it by finding the first super class which passes checklevel for purposes o
    [all...]
  /external/harfbuzz/src/
harfbuzz-gpos-private.h 153 HB_UShort Class; /* mark class */
257 HB_ClassDefinition ClassDef1; /* class def. for first glyph */
258 HB_ClassDefinition ClassDef2; /* class def. for second glyph */
473 HB_UShort* Class; /* array of classes */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h 153 HB_UShort Class; /* mark class */
257 HB_ClassDefinition ClassDef1; /* class def. for first glyph */
258 HB_ClassDefinition ClassDef2; /* class def. for second glyph */
473 HB_UShort* Class; /* array of classes */
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 313 static void getObjCClassCategory(StringRef In, StringRef &Class,
316 Class = In.slice(In.find('[') + 1, In.find(' '));
321 Class = In.slice(In.find('[') + 1, In.find('('));
345 StringRef Class, Category;
346 getObjCClassCategory(SP.getName(), Class, Category);
347 TheCU->addAccelObjC(Class, Die);
782 // class type.
    [all...]
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 85 // operand class, a mask for all operand positions for that same
86 // class/mnemonic and target features to be checked while trying to match.
94 // 3. For a match success, each operand class that has a 'ParserMethod'
125 class AsmMatcherInfo;
128 class AsmMatcherEmitter {
136 /// ClassInfo - Helper class for storing the information about a particular
137 /// class of operands which can be matched.
143 /// The class for a particular token.
146 /// The (first) register class, subsequent register classes are
150 /// The (first) user defined class, subsequent user defined classes ar
    [all...]
  /external/tcpdump/
print-snmp.c 223 * ASN.1 type class table
232 } Class[] = {
341 u_char form, class; /* tag info */ member in struct:be
408 u_char form, class, id; local
422 * + class |frm| id |
429 class = form >> 1; /* bits 7&6 -> bits 1&0, range 0-3 */
433 class = (u_char)(*p & ASN_CLASS_BITS) >> ASN_CLASS_SHIFT;
436 elem->class = class;
495 if (class >= sizeof(Class)/sizeof(Class[0]))
    [all...]
  /external/v8/benchmarks/
raytrace.js 33 var Class = {
77 Flog.RayTracer.Color = Class.create();
195 Flog.RayTracer.Light = Class.create();
216 Flog.RayTracer.Vector = Class.create();
280 Flog.RayTracer.Ray = Class.create();
298 Flog.RayTracer.Scene = Class.create();
322 Flog.RayTracer.Material.BaseMaterial = Class.create();
355 Flog.RayTracer.Material.Solid = Class.create();
380 Flog.RayTracer.Material.Chessboard = Class.create();
417 Flog.RayTracer.Shape.Sphere = Class.create()
    [all...]
  /libcore/libart/src/main/java/java/lang/
Class.java 68 * The in-memory representation of a Java class. This representation serves as
69 * the starting point for querying class-related information, a process usually
70 * called "reflection". There are basically three types of {@code Class}
74 * <h4>Class instances representing object types (classes or interfaces)</h4>
76 * These represent an ordinary class or interface as found in the class
77 * hierarchy. The name associated with these {@code Class} instances is simply
78 * the fully qualified class name of the class or interface that it represents.
79 * In addition to this human-readable name, each class is also associated by
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 32 class PragmaHandler;
33 class Scope;
34 class BalancedDelimiterTracker;
35 class CorrectionCandidateCallback;
36 class DeclGroupRef;
37 class DiagnosticBuilder;
38 class Parser;
39 class ParsingDeclRAIIObject;
40 class ParsingDeclSpec;
41 class ParsingDeclarator
    [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 66 assert(BoxingMethod->isClassMethod() && "BoxingMethod must be a class method");
69 // Generate a reference to the class pointer, which will be the receiver.
70 // Assumes that the method was introduced in the class that should be
177 // Generate a reference to the class pointer, which will be the receiver.
182 ObjCInterfaceDecl *Class
185 llvm::Value *Receiver = Runtime.GetClass(*this, Class);
192 Receiver, Args, Class,
283 case ObjCMessageExpr::Class:
285 // It's never necessary for class objects.
335 case ObjCMessageExpr::Class:
    [all...]
CGObjCGNU.cpp 11 // class in this file generates structures used by the GNU Objective-C runtime
44 /// Class that lazily initialises the runtime function. Avoids inserting the
47 class LazyRuntimeFunction {
53 /// Constructor leaves this class uninitialized, because it is intended to
54 /// be used as a field in another class and not all of the types that are
75 /// Overloaded cast operator, allows the class to be implicitly cast to an
99 /// GNU Objective-C runtime code generation. This class implements the parts of
102 class CGObjCGNU : public CGObjCRuntime {
107 /// contains the receiver (object) and the expected class.
287 /// Placeholder for the class. Lots of things refer to the class before we'v
    [all...]
CGObjCMac.cpp 48 class ObjCCommonTypesHelper {
118 /// semantics. The class passed is the superclass of the current
119 /// class.
129 /// A slightly different messenger used for super calls. The class
130 /// passed is the current class.
489 /// ObjCTypesHelper - Helper class that encapsulates lazy
491 class ObjCTypesHelper : public ObjCCommonTypesHelper {
600 class ObjCNonFragileABITypesHelper : public ObjCCommonTypesHelper {
736 class CGObjCCommonMac : public CodeGen::CGObjCRuntime {
739 class GC_IVAR
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 10 // This file contains the Base ARM implementation of the TargetInstrInfo class.
784 llvm_unreachable("Unknown reg class!");
809 llvm_unreachable("Unknown reg class!");
826 llvm_unreachable("Unknown reg class!");
846 llvm_unreachable("Unknown reg class!");
868 llvm_unreachable("Unknown reg class!");
885 llvm_unreachable("Unknown reg class!");
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 53 template<class KeyT, class ValueT>
54 class MapVector {
509 /// \brief This class summarizes several per-pointer runtime properties which
511 class PtrState {
650 class BBState {
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 87 class RetEffect {
154 class RefVal {
368 class RetainSummary {
448 friend class RetainSummaryManager;
457 class ObjCSummaryKey {
504 class ObjCSummaryCache {
543 // FIXME: Class method lookup. Right now we dont' have a good way
544 // of going between IdentifierInfo* and the class hierarchy.
568 class RetainSummaryManager {
762 const ObjCInterfaceDecl *Class = M.getReceiverInterface()
    [all...]
  /external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp 36 class RewriteObjC : public ASTConsumer {
150 class DisableReplaceStmtScope {
170 if (ObjCInterfaceDecl *Class = dyn_cast<ObjCInterfaceDecl>(*I)) {
171 if (!Class->isThisDeclarationADefinition()) {
506 class RewriteObjCFragileABI : public RewriteObjC {
    [all...]

Completed in 493 milliseconds

1 2 3 45 6