Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp1327 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in getObjCSubstitutions() local
1329 if (!curClassDecl) { in getObjCSubstitutions()
1337 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()
1346 curClassDecl = objectType->getInterface(); in getObjCSubstitutions()