Searched defs:EffectiveContext (Results 1 – 1 of 1) sorted by relevance
79 struct EffectiveContext { struct80 EffectiveContext() : Inner(0), Dependent(false) {} in EffectiveContext() argument82 explicit EffectiveContext(DeclContext *DC) in EffectiveContext() argument115 bool isDependent() const { return Dependent; } in isDependent()117 bool includesClass(const CXXRecordDecl *R) const { in includesClass()125 DeclContext *getInnerContext() const { in getInnerContext()129 typedef llvm::SmallVectorImpl<CXXRecordDecl*>::const_iterator record_iterator;131 DeclContext *Inner;132 llvm::SmallVector<FunctionDecl*, 4> Functions;133 llvm::SmallVector<CXXRecordDecl*, 4> Records;[all …]