HomeSort by relevance Sort by last modified time
    Searched refs:DECL_CONTEXT_BASE (Results 1 - 3 of 3) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclNodes.inc 573 #ifndef DECL_CONTEXT_BASE
574 # define DECL_CONTEXT_BASE(DECL) DECL_CONTEXT(DECL)
576 DECL_CONTEXT_BASE(Function)
577 DECL_CONTEXT_BASE(Tag)
578 DECL_CONTEXT_BASE(ObjCContainer)
589 #undef DECL_CONTEXT_BASE
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclNodes.inc 573 #ifndef DECL_CONTEXT_BASE
574 # define DECL_CONTEXT_BASE(DECL) DECL_CONTEXT(DECL)
576 DECL_CONTEXT_BASE(Function)
577 DECL_CONTEXT_BASE(Tag)
578 DECL_CONTEXT_BASE(ObjCContainer)
589 #undef DECL_CONTEXT_BASE
  /external/clang/lib/AST/
DeclBase.cpp 733 #define DECL_CONTEXT_BASE(NAME)
737 #define DECL_CONTEXT_BASE(NAME) \
752 #define DECL_CONTEXT_BASE(NAME)
756 #define DECL_CONTEXT_BASE(NAME) \
869 #define DECL_CONTEXT_BASE(NAME)
874 #define DECL_CONTEXT_BASE(NAME) \
    [all...]

Completed in 67 milliseconds