Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DType.cpp1293 ObjCTypeParamList *dcTypeParams = nullptr; in getObjCSubstitutions() local
1297 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1298 if (!dcTypeParams) in getObjCSubstitutions()
1309 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1310 if (!dcTypeParams) in getObjCSubstitutions()
1317 assert(dcTypeParams && "No substitutions to perform"); in getObjCSubstitutions()
/external/llvm-project/clang/lib/AST/
DType.cpp1517 ObjCTypeParamList *dcTypeParams = nullptr; in getObjCSubstitutions() local
1521 dcTypeParams = dcClassDecl->getTypeParamList(); in getObjCSubstitutions()
1522 if (!dcTypeParams) in getObjCSubstitutions()
1533 dcTypeParams = dcCategoryDecl->getTypeParamList(); in getObjCSubstitutions()
1534 if (!dcTypeParams) in getObjCSubstitutions()
1541 assert(dcTypeParams && "No substitutions to perform"); in getObjCSubstitutions()