Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp27 static CXXRecordDecl *getCurrentInstantiationOf(QualType T, in getCurrentInstantiationOf() function
51 return ::getCurrentInstantiationOf(T, CurContext); in computeDeclContext()
63 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS)) in computeDeclContext()
173 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { in getCurrentInstantiationOf() function in Sema
181 return ::getCurrentInstantiationOf(T, CurContext); in getCurrentInstantiationOf()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2769 CXXRecordDecl *getCurrentInstantiationOf(NestedNameSpecifier *NNS);