reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Definitions

tools/clang/include/clang/AST/Decl.h
  222 class ExternCContextDecl : public Decl, public DeclContext {
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 1498 DEF_TRAVERSE_DECL(ExternCContextDecl, {})
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
  676 TemplateDeclInstantiator::VisitExternCContextDecl(ExternCContextDecl *D) {