Lines Matching defs:EffectiveContext
80 struct EffectiveContext { struct
81 EffectiveContext() : Inner(nullptr), Dependent(false) {} in EffectiveContext() function
83 explicit EffectiveContext(DeclContext *DC) in EffectiveContext() function
139 bool isDependent() const { return Dependent; } in isDependent()
141 bool includesClass(const CXXRecordDecl *R) const { in includesClass()
148 DeclContext *getInnerContext() const { in getInnerContext()
152 typedef SmallVectorImpl<CXXRecordDecl*>::const_iterator record_iterator;
154 DeclContext *Inner;
155 SmallVector<FunctionDecl*, 4> Functions;
156 SmallVector<CXXRecordDecl*, 4> Records;
157 bool Dependent;