Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp1417 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in getObjCSubstitutions() local
1419 if (!curClassDecl) { in getObjCSubstitutions()
1427 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()
1436 curClassDecl = objectType->getInterface(); in getObjCSubstitutions()