Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp27 static CXXRecordDecl *getCurrentInstantiationOf(QualType T, in getCurrentInstantiationOf() function
58 return ::getCurrentInstantiationOf(T, CurContext); in computeDeclContext()
83 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS)) in computeDeclContext()
179 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { in getCurrentInstantiationOf() function in Sema
187 return ::getCurrentInstantiationOf(T, CurContext); in getCurrentInstantiationOf()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6377 CXXRecordDecl *getCurrentInstantiationOf(NestedNameSpecifier *NNS);