Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp1563 ObjCInterfaceDecl *curClassDecl = objectType ? objectType->getInterface() in getObjCSubstitutions() local
1565 if (!curClassDecl) { in getObjCSubstitutions()
1573 while (curClassDecl != dcClassDecl) { in getObjCSubstitutions()
1582 curClassDecl = objectType->getInterface(); in getObjCSubstitutions()