Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp28 static CXXRecordDecl *getCurrentInstantiationOf(QualType T, in getCurrentInstantiationOf() function
59 return ::getCurrentInstantiationOf(T, CurContext); in computeDeclContext()
84 if (CXXRecordDecl *Record = getCurrentInstantiationOf(NNS)) in computeDeclContext()
180 CXXRecordDecl *Sema::getCurrentInstantiationOf(NestedNameSpecifier *NNS) { in getCurrentInstantiationOf() function in Sema
188 return ::getCurrentInstantiationOf(T, CurContext); in getCurrentInstantiationOf()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h5363 CXXRecordDecl *getCurrentInstantiationOf(NestedNameSpecifier *NNS);