Home
last modified time | relevance | path

Searched refs:getCurrentInstantiationOf (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp29 static CXXRecordDecl *getCurrentInstantiationOf(QualType T, in getCurrentInstantiationOf() function
60 return ::getCurrentInstantiationOf(T, CurContext); in computeDeclContext()
85 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS)) in computeDeclContext()
181 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { in getCurrentInstantiationOf() function in Sema
189 return ::getCurrentInstantiationOf(T, CurContext); in getCurrentInstantiationOf()
/external/clang/include/clang/Sema/
DSema.h4915 CXXRecordDecl *getCurrentInstantiationOf(NestedNameSpecifier *NNS);