HomeSort by: relevance | last modified time | path
    Searched defs:DECL_CONTEXT (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp 913 #define DECL_CONTEXT(NAME) \
932 #define DECL_CONTEXT(NAME) \
1066 #define DECL_CONTEXT(NAME) case Decl::NAME:
  /src/external/gpl3/gcc/dist/gcc/
tree.h 2731 (they have DECL_VIRTUAL set), we use DECL_CONTEXT to determine the type
2733 #define DECL_CONTEXT(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.context)
2916 #define DECL_FILE_SCOPE_P(EXP) SCOPE_FILE_SCOPE_P (DECL_CONTEXT (EXP))
6180 && (DECL_CONTEXT (fndecl) == NULL_TREE
6181 || TREE_CODE (DECL_CONTEXT (fndecl)) == TRANSLATION_UNIT_DECL)
  /src/external/gpl3/gcc.old/dist/gcc/
tree.h 2576 (they have DECL_VIRTUAL set), we use DECL_CONTEXT to determine the type
2578 #define DECL_CONTEXT(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.context)
2761 #define DECL_FILE_SCOPE_P(EXP) SCOPE_FILE_SCOPE_P (DECL_CONTEXT (EXP))
5886 && (DECL_CONTEXT (fndecl) == NULL_TREE
5887 || TREE_CODE (DECL_CONTEXT (fndecl)) == TRANSLATION_UNIT_DECL)

Completed in 38 milliseconds