Home | History | Annotate | Download | only in Sema

Lines Matching refs:getCurrentInstantiationOf

29 static CXXRecordDecl *getCurrentInstantiationOf(QualType T,
60 return ::getCurrentInstantiationOf(T, CurContext);
86 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS))
175 return getCurrentInstantiationOf(NNS) == 0;
183 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) {
191 return ::getCurrentInstantiationOf(T, CurContext);