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

Declarations

tools/clang/include/clang/AST/DeclBase.h
 1158   void setDeclContextsImpl(DeclContext *SemaDC, DeclContext *LexicalDC,

References

tools/clang/lib/AST/DeclBase.cpp
  304     setDeclContextsImpl(getDeclContext(), DC, getASTContext());
tools/clang/lib/Serialization/ASTReader.cpp
 9939       Info.D->setDeclContextsImpl(SemaDC, LexicalDC, getContext());
tools/clang/lib/Serialization/ASTReaderDecl.cpp
  581     D->setDeclContextsImpl(MergedSemaDC ? MergedSemaDC : SemaDC, LexicalDC,