Lines Matching defs:EffectiveContext
80 struct EffectiveContext { struct
81 EffectiveContext() : Inner(nullptr), Dependent(false) {} in EffectiveContext() function
83 explicit EffectiveContext(DeclContext *DC) in EffectiveContext() argument
125 bool isDependent() const { return Dependent; } in isDependent()
127 bool includesClass(const CXXRecordDecl *R) const { in includesClass()
134 DeclContext *getInnerContext() const { in getInnerContext()
138 typedef SmallVectorImpl<CXXRecordDecl*>::const_iterator record_iterator;
140 DeclContext *Inner;
141 SmallVector<FunctionDecl*, 4> Functions;
142 SmallVector<CXXRecordDecl*, 4> Records;
143 bool Dependent;