HomeSort by relevance Sort by last modified time
    Searched refs:CLASS (Results 1 - 25 of 1057) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/include/clang/AST/
TypeVisitor.h 21 #define DISPATCH(CLASS) \
23 Visit##CLASS(static_cast<const CLASS*>(T))
27 /// \tparam ImplClass Class implementing the operation. Must be inherited from
31 /// The class implements polymorphic operation on an object of type derived
36 /// The class implements static polymorphism using Curiously Recurring
37 /// Template Pattern. It is designed to be a base class for some concrete
38 /// class:
41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
49 /// Actual treatment is made by methods of the derived class, TypeVisitor onl
    [all...]
TypeLocVisitor.h 27 class TypeLocVisitor {
31 #define ABSTRACT_TYPELOC(CLASS, PARENT)
32 #define TYPELOC(CLASS, PARENT) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
36 llvm_unreachable("unexpected type loc class!");
41 #define ABSTRACT_TYPELOC(CLASS, PARENT)
42 #define TYPELOC(CLASS, PARENT) \
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeVisitor.h 21 #define DISPATCH(CLASS) \
23 Visit##CLASS(static_cast<const CLASS*>(T))
27 /// \tparam ImplClass Class implementing the operation. Must be inherited from
31 /// The class implements polymorphic operation on an object of type derived
36 /// The class implements static polymorphism using Curiously Recurring
37 /// Template Pattern. It is designed to be a base class for some concrete
38 /// class:
41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
49 /// Actual treatment is made by methods of the derived class, TypeVisitor onl
    [all...]
TypeLocVisitor.h 27 class TypeLocVisitor {
31 #define ABSTRACT_TYPELOC(CLASS, PARENT)
32 #define TYPELOC(CLASS, PARENT) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
36 llvm_unreachable("unexpected type loc class!");
41 #define ABSTRACT_TYPELOC(CLASS, PARENT)
42 #define TYPELOC(CLASS, PARENT) \
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeVisitor.h 21 #define DISPATCH(CLASS) \
23 Visit##CLASS(static_cast<const CLASS*>(T))
27 /// \tparam ImplClass Class implementing the operation. Must be inherited from
31 /// The class implements polymorphic operation on an object of type derived
36 /// The class implements static polymorphism using Curiously Recurring
37 /// Template Pattern. It is designed to be a base class for some concrete
38 /// class:
41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
49 /// Actual treatment is made by methods of the derived class, TypeVisitor onl
    [all...]
TypeLocVisitor.h 27 class TypeLocVisitor {
31 #define ABSTRACT_TYPELOC(CLASS, PARENT)
32 #define TYPELOC(CLASS, PARENT) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
36 llvm_unreachable("unexpected type loc class!");
41 #define ABSTRACT_TYPELOC(CLASS, PARENT)
42 #define TYPELOC(CLASS, PARENT) \
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeVisitor.h 21 #define DISPATCH(CLASS) \
23 Visit##CLASS(static_cast<const CLASS*>(T))
27 /// \tparam ImplClass Class implementing the operation. Must be inherited from
31 /// The class implements polymorphic operation on an object of type derived
36 /// The class implements static polymorphism using Curiously Recurring
37 /// Template Pattern. It is designed to be a base class for some concrete
38 /// class:
41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
49 /// Actual treatment is made by methods of the derived class, TypeVisitor onl
    [all...]
TypeLocVisitor.h 27 class TypeLocVisitor {
31 #define ABSTRACT_TYPELOC(CLASS, PARENT)
32 #define TYPELOC(CLASS, PARENT) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
36 llvm_unreachable("unexpected type loc class!");
41 #define ABSTRACT_TYPELOC(CLASS, PARENT)
42 #define TYPELOC(CLASS, PARENT) \
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeVisitor.h 21 #define DISPATCH(CLASS) \
23 Visit##CLASS(static_cast<const CLASS*>(T))
27 /// \tparam ImplClass Class implementing the operation. Must be inherited from
31 /// The class implements polymorphic operation on an object of type derived
36 /// The class implements static polymorphism using Curiously Recurring
37 /// Template Pattern. It is designed to be a base class for some concrete
38 /// class:
41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
49 /// Actual treatment is made by methods of the derived class, TypeVisitor onl
    [all...]
TypeLocVisitor.h 27 class TypeLocVisitor {
31 #define ABSTRACT_TYPELOC(CLASS, PARENT)
32 #define TYPELOC(CLASS, PARENT) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
36 llvm_unreachable("unexpected type loc class!");
41 #define ABSTRACT_TYPELOC(CLASS, PARENT)
42 #define TYPELOC(CLASS, PARENT) \
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
TypeVisitor.h 21 #define DISPATCH(CLASS) \
23 Visit##CLASS(static_cast<const CLASS*>(T))
27 /// \tparam ImplClass Class implementing the operation. Must be inherited from
31 /// The class implements polymorphic operation on an object of type derived
36 /// The class implements static polymorphism using Curiously Recurring
37 /// Template Pattern. It is designed to be a base class for some concrete
38 /// class:
41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
49 /// Actual treatment is made by methods of the derived class, TypeVisitor onl
    [all...]
TypeLocVisitor.h 27 class TypeLocVisitor {
31 #define ABSTRACT_TYPELOC(CLASS, PARENT)
32 #define TYPELOC(CLASS, PARENT) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
36 llvm_unreachable("unexpected type loc class!");
41 #define ABSTRACT_TYPELOC(CLASS, PARENT)
42 #define TYPELOC(CLASS, PARENT) \
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
TypeVisitor.h 21 #define DISPATCH(CLASS) \
23 Visit##CLASS(static_cast<const CLASS*>(T))
27 /// \tparam ImplClass Class implementing the operation. Must be inherited from
31 /// The class implements polymorphic operation on an object of type derived
36 /// The class implements static polymorphism using Curiously Recurring
37 /// Template Pattern. It is designed to be a base class for some concrete
38 /// class:
41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
49 /// Actual treatment is made by methods of the derived class, TypeVisitor onl
    [all...]
TypeLocVisitor.h 27 class TypeLocVisitor {
31 #define ABSTRACT_TYPELOC(CLASS, PARENT)
32 #define TYPELOC(CLASS, PARENT) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
36 llvm_unreachable("unexpected type loc class!");
41 #define ABSTRACT_TYPELOC(CLASS, PARENT)
42 #define TYPELOC(CLASS, PARENT) \
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
TypeVisitor.h 21 #define DISPATCH(CLASS) \
23 Visit##CLASS(static_cast<const CLASS*>(T))
27 /// \tparam ImplClass Class implementing the operation. Must be inherited from
31 /// The class implements polymorphic operation on an object of type derived
36 /// The class implements static polymorphism using Curiously Recurring
37 /// Template Pattern. It is designed to be a base class for some concrete
38 /// class:
41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
49 /// Actual treatment is made by methods of the derived class, TypeVisitor onl
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TypeVisitor.h 21 #define DISPATCH(CLASS) \
23 Visit##CLASS(static_cast<const CLASS*>(T))
27 /// \tparam ImplClass Class implementing the operation. Must be inherited from
31 /// The class implements polymorphic operation on an object of type derived
36 /// The class implements static polymorphism using Curiously Recurring
37 /// Template Pattern. It is designed to be a base class for some concrete
38 /// class:
41 /// class SomeVisitor : public TypeVisitor<SomeVisitor,sometype> { ... };
49 /// Actual treatment is made by methods of the derived class, TypeVisitor onl
    [all...]
  /external/clang/include/clang/Basic/
AttrKinds.h 25 #define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME) \
26 First##CLASS = FIRST_NAME, \
27 Last##CLASS = LAST_NAME,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
AttrKinds.h 25 #define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME) \
26 First##CLASS = FIRST_NAME, \
27 Last##CLASS = LAST_NAME,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
AttrKinds.h 25 #define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME) \
26 First##CLASS = FIRST_NAME, \
27 Last##CLASS = LAST_NAME,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
AttrKinds.h 25 #define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME) \
26 First##CLASS = FIRST_NAME, \
27 Last##CLASS = LAST_NAME,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrKinds.h 25 #define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME) \
26 First##CLASS = FIRST_NAME, \
27 Last##CLASS = LAST_NAME,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Basic/
AttrKinds.h 25 #define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME) \
26 First##CLASS = FIRST_NAME, \
27 Last##CLASS = LAST_NAME,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Basic/
AttrKinds.h 25 #define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME) \
26 First##CLASS = FIRST_NAME, \
27 Last##CLASS = LAST_NAME,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Basic/
AttrKinds.h 25 #define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME) \
26 First##CLASS = FIRST_NAME, \
27 Last##CLASS = LAST_NAME,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Basic/
AttrKinds.h 25 #define ATTR_RANGE(CLASS, FIRST_NAME, LAST_NAME) \
26 First##CLASS = FIRST_NAME, \
27 Last##CLASS = LAST_NAME,

Completed in 466 milliseconds

1 2 3 4 5 6 7 8 91011>>