Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp1732 ObjCInterfaceDecl *curClassDecl = in getObjCSubstitutions() local
1734 if (!curClassDecl) { in getObjCSubstitutions()
1742 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()
1751 curClassDecl = objectType->getInterface(); in getObjCSubstitutions()