HomeSort by relevance Sort by last modified time
    Searched defs:Class (Results 51 - 75 of 82) sorted by null

1 23 4

  /external/clang/lib/Sema/
SemaDeclObjC.cpp 47 // We ignore protocols here. Should we? What about Class?
67 // Otherwise, we try to compare class types.
83 assert(receiverClass && "method not associated with a class!");
86 // If either class is a subclass of the other, it's fine.
124 // Figure out which class this method is part of, if any.
246 S.Diag(ND->getLocation(), diag::note_previous_decl) << "class";
336 // Only do this if the current class actually has a superclass.
356 assert(ClassName && "Missing class identifier");
369 // Class already seen. Is it a forward declaration?
375 // Return the previous class interface
    [all...]
SemaInit.cpp 143 /// The InitListChecker class contains a set of routines that each
169 class InitListChecker {
710 // [...] If the class is an aggregate (8.5.1), and the initializer
    [all...]
SemaLookup.cpp 53 class UnqualUsingEntry {
89 class UnqualUsingDirectiveSet {
238 // 3) Tag because it includes class templates, which can't
408 // A class name or enumeration name can be hidden by the name of
410 // scope. If a class or enumeration name and an object, function,
412 // with the same name, the class or enumeration name is hidden
518 /// the class at this point.
520 const CXXRecordDecl *Class) {
521 // Don't do it if the class is invalid.
522 if (Class->isInvalidDecl()
    [all...]
SemaType.cpp 110 class TypeProcessingState {
649 // type-qualifier, or storage-class-specifier. If not, emit an extwarn.
795 // Class<protocol-list>
    [all...]
SemaCodeComplete.cpp 39 class ResultBuilder {
63 class ShadowMapEntry {
107 class iterator;
289 /// class of the searched context.
331 class ResultBuilder::ShadowMapEntry::iterator {
341 class pointer {
484 // Class template (partial) specializations are never added as results.
933 // Adjust the priority if this result comes from a base class.
    [all...]
SemaDecl.cpp 121 // lookup for class-names.
136 // the object expression is of a class type C, the type-name is also
137 // looked up in the scope of class C. At least one of the lookups shall
306 /// isMicrosoftMissingTypename - In Microsoft mode, within class scope,
311 /// template<class T> class A {
315 /// template<class T> class B : public A<T> {
317 /// A<T>::TYPE a; // no typename required because A<T> is a base class.
384 // See if II is a class template that the user forgot to pass arguments to
    [all...]
SemaDeclCXX.cpp 51 class CheckDefaultArgumentVisitor
86 // class member names.
295 /// because we're inside a class definition. Note that this default
379 // Except for member functions of class templates, the default arguments
380 // in a member function definition that appears outside of the class
382 // member function declaration in the class definition.
393 // of template class. The new default parameter's value is ignored.
459 // - the explicit specialization of a member function of a class
460 // template where the class template specialization to which the
469 // Default arguments for a member function of a class template shall
    [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/llvm/lib/TableGen/
Record.cpp 40 class TableGenStringKey {
295 // appropriate class!
311 // Ensure that TI is compatible with our class.
    [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'
121 class AsmMatcherInfo;
124 /// ClassInfo - Helper class for storing the information about a particular
125 /// class of operands which can be matched.
131 /// The class for a particular token.
134 /// The (first) register class, subsequent register classes are
138 /// The (first) user defined class, subsequent user defined classes are
143 /// Kind - The class kind, which is either a predefined kind, or (UserClass0
    [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...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 28 var Class = {
72 Flog.RayTracer.Color = Class.create();
190 Flog.RayTracer.Light = Class.create();
217 Flog.RayTracer.Vector = Class.create();
281 Flog.RayTracer.Ray = Class.create();
299 Flog.RayTracer.Scene = Class.create();
323 Flog.RayTracer.Material.BaseMaterial = Class.create();
356 Flog.RayTracer.Material.Solid = Class.create();
381 Flog.RayTracer.Material.Chessboard = Class.create();
418 Flog.RayTracer.Shape.BaseShape = Class.create()
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 28 var Class = {
72 Flog.RayTracer.Color = Class.create();
190 Flog.RayTracer.Light = Class.create();
217 Flog.RayTracer.Vector = Class.create();
281 Flog.RayTracer.Ray = Class.create();
299 Flog.RayTracer.Scene = Class.create();
323 Flog.RayTracer.Material.BaseMaterial = Class.create();
356 Flog.RayTracer.Material.Solid = Class.create();
381 Flog.RayTracer.Material.Chessboard = Class.create();
418 Flog.RayTracer.Shape.BaseShape = Class.create()
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-raytrace.js 28 var Class = {
72 Flog.RayTracer.Color = Class.create();
190 Flog.RayTracer.Light = Class.create();
211 Flog.RayTracer.Vector = Class.create();
275 Flog.RayTracer.Ray = Class.create();
293 Flog.RayTracer.Scene = Class.create();
317 Flog.RayTracer.Material.BaseMaterial = Class.create();
350 Flog.RayTracer.Material.Solid = Class.create();
375 Flog.RayTracer.Material.Chessboard = Class.create();
412 Flog.RayTracer.Shape.Sphere = Class.create()
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 22 class Expr;
23 class Stmt;
24 class FunctionDecl;
25 class RecordDecl;
26 class ObjCIvarDecl;
27 class ObjCMethodDecl;
28 class ObjCProtocolDecl;
29 class ObjCCategoryDecl;
30 class ObjCPropertyDecl;
31 class ObjCPropertyImplDecl
    [all...]
Type.h 39 class Type;
40 class ExtQuals;
41 class QualType;
46 class PointerLikeTypeTraits;
48 class PointerLikeTypeTraits< ::clang::Type*> {
57 class PointerLikeTypeTraits< ::clang::ExtQuals*> {
71 class ASTContext;
72 class TypedefNameDecl;
73 class TemplateDecl;
74 class TemplateTypeParmDecl
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 29 class PragmaHandler;
30 class Scope;
31 class DeclGroupRef;
32 class DiagnosticBuilder;
33 class Parser;
34 class PragmaUnusedHandler;
35 class ColonProtectionRAIIObject;
36 class InMessageExpressionRAIIObject;
37 class PoisonSEHIdentifiersRAIIObject;
38 class VersionTuple
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp 10 // This file defines the ASTImporter class which imports AST nodes from one
31 class ASTNodeImporter : public TypeVisitor<ASTNodeImporter, QualType>,
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 44 class GenericNodeBuilderRefCount {
99 class RetEffect {
152 class RefVal {
365 class RetainSummary {
435 class ObjCSummaryKey {
488 class ObjCSummaryCache {
496 // Lookup the method using the decl for the class @interface. If we
497 // have no decl, lookup using the class name.
532 // FIXME: Class method lookup. Right now we dont' have a good way
533 // of going between IdentifierInfo* and the class hierarchy
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp 57 template<class KeyT, class ValueT>
58 class MapVector {
287 InstructionClass Class = GetFunctionClass(F);
288 if (Class != IC_CallOrUser)
289 return Class;
377 /// IsRetain - Test if the the given class is objc_retain or
379 static bool IsRetain(InstructionClass Class) {
380 return Class == IC_Retain ||
381 Class == IC_RetainRV
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 53 class ObjCCommonTypesHelper {
105 /// semantics. The class passed is the superclass of the current
106 /// class.
116 /// A slightly different messenger used for super calls. The class
117 /// passed is the current class.
398 /// ObjCTypesHelper - Helper class that encapsulates lazy
400 class ObjCTypesHelper : public ObjCCommonTypesHelper {
505 class ObjCNonFragileABITypesHelper : public ObjCCommonTypesHelper {
641 class CGObjCCommonMac : public CodeGen::CGObjCRuntime {
644 class GC_IVAR
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 34 class RewriteObjC : public ASTConsumer {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp 144 class VisitorJob {
172 class CursorVisitor : public DeclVisitor<CursorVisitor, bool>,
218 class SetParentRAII {
308 // FIXME: ObjCCompatibleAliasDecl requires aliased-class locations.
331 #define ABSTRACT_TYPELOC(CLASS, PARENT)
332 #define TYPELOC(CLASS, PARENT) \
333 bool Visit##CLASS##TypeLoc(CLASS##TypeLoc TyLoc);
    [all...]
  /prebuilt/sdk/10/
android.jar 

Completed in 2883 milliseconds

1 23 4