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.cpp1686 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in getObjCSubstitutions() local
1688 if (!curClassDecl) { in getObjCSubstitutions()
1696 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()
1705 curClassDecl = objectType->getInterface(); in getObjCSubstitutions()