HomeSort by relevance Sort by last modified time
    Searched defs:DISPATCH (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
TypeLocVisitor.h 22 #define DISPATCH(CLASSNAME) \
33 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
43 case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
51 DISPATCH(PARENT); \
58 #undef DISPATCH
TypeVisitor.h 21 #define DISPATCH(CLASS) \
70 // Top switch stmt: dispatch to VisitFooType for each FooType.
73 #define TYPE(CLASS, PARENT) case Type::CLASS: DISPATCH(CLASS##Type);
82 DISPATCH(PARENT); \
91 #undef DISPATCH
  /external/clang/include/clang/AST/
CommentVisitor.h 26 #define DISPATCH(NAME, CLASS) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
56 #undef DISPATCH
DeclVisitor.h 35 #define DISPATCH(NAME, CLASS) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
57 #undef DISPATCH
  /external/mesa3d/src/gallium/targets/libgl-xlib/
xlib.c 127 #define DISPATCH(FUNC, ARGS, MESSAGE) \
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentVisitor.h 26 #define DISPATCH(NAME, CLASS) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
56 #undef DISPATCH
DeclVisitor.h 35 #define DISPATCH(NAME, CLASS) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
57 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
CommentVisitor.h 26 #define DISPATCH(NAME, CLASS) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
56 #undef DISPATCH
DeclVisitor.h 35 #define DISPATCH(NAME, CLASS) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
57 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
CommentVisitor.h 26 #define DISPATCH(NAME, CLASS) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
56 #undef DISPATCH
DeclVisitor.h 35 #define DISPATCH(NAME, CLASS) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
57 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CommentVisitor.h 26 #define DISPATCH(NAME, CLASS) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
56 #undef DISPATCH
DeclVisitor.h 35 #define DISPATCH(NAME, CLASS) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
57 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CommentVisitor.h 26 #define DISPATCH(NAME, CLASS) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
56 #undef DISPATCH
DeclVisitor.h 35 #define DISPATCH(NAME, CLASS) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
57 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CommentVisitor.h 26 #define DISPATCH(NAME, CLASS) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
56 #undef DISPATCH
DeclVisitor.h 35 #define DISPATCH(NAME, CLASS) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
57 #undef DISPATCH
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CommentVisitor.h 26 #define DISPATCH(NAME, CLASS) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
56 #undef DISPATCH
DeclVisitor.h 35 #define DISPATCH(NAME, CLASS) \
41 case Decl::DERIVED: DISPATCH(DERIVED##Decl, DERIVED##Decl);
51 RetTy Visit##DERIVED##Decl(PTR(DERIVED##Decl) D) { DISPATCH(BASE, BASE); }
57 #undef DISPATCH
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentVisitor.h 26 #define DISPATCH(NAME, CLASS) \
37 case Comment::CLASS##Kind: DISPATCH(CLASS, CLASS);
48 RetTy visit ## CLASS(PTR(CLASS) C) { DISPATCH(PARENT, PARENT); }
56 #undef DISPATCH

Completed in 445 milliseconds

12 3 4 5 6