reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
600 DECL_CONTEXT_BASE(Function) 601 DECL_CONTEXT_BASE(Tag) 602 DECL_CONTEXT_BASE(ObjCContainer) 603 DECL_CONTEXT(Block) 604 DECL_CONTEXT(Captured) 605 DECL_CONTEXT(Export) 606 DECL_CONTEXT(ExternCContext) 607 DECL_CONTEXT(LinkageSpec) 608 DECL_CONTEXT(Namespace) 609 DECL_CONTEXT(OMPDeclareMapper) 610 DECL_CONTEXT(OMPDeclareReduction) 611 DECL_CONTEXT(ObjCMethod) 612 DECL_CONTEXT(TranslationUnit)tools/clang/lib/AST/DeclBase.cpp
878 Decl::Kind DK = D->getKind();