Lines Matching defs:EffectiveContext
78 struct EffectiveContext { struct
79 EffectiveContext() : Inner(nullptr), Dependent(false) {} in EffectiveContext() function
81 explicit EffectiveContext(DeclContext *DC) in EffectiveContext() argument
137 bool isDependent() const { return Dependent; } in isDependent()
139 bool includesClass(const CXXRecordDecl *R) const { in includesClass()
146 DeclContext *getInnerContext() const { in getInnerContext()
150 typedef SmallVectorImpl<CXXRecordDecl*>::const_iterator record_iterator;
152 DeclContext *Inner;
153 SmallVector<FunctionDecl*, 4> Functions;
154 SmallVector<CXXRecordDecl*, 4> Records;
155 bool Dependent;