Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp1557 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in getObjCSubstitutions() local
1559 if (!curClassDecl) { in getObjCSubstitutions()
1567 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()
1576 curClassDecl = objectType->getInterface(); in getObjCSubstitutions()