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

Declarations

tools/clang/include/clang/AST/ASTContext.h
 1010   ExternCContextDecl *getExternCContextDecl() const;

References

tools/clang/lib/Sema/SemaDecl.cpp
 5859   Context.getExternCContextDecl()->makeDeclVisibleInContext(ND);
 5864   auto Result = Context.getExternCContextDecl()->lookup(Name);
tools/clang/lib/Serialization/ASTReader.cpp
 7820     return Context.getExternCContextDecl();