Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp3992 auto toTypeParam = cast_or_null<ObjCTypeParamDecl>( in ImportObjCTypeParamList() local
3994 if (!toTypeParam) in ImportObjCTypeParamList()
3997 toTypeParams.push_back(toTypeParam); in ImportObjCTypeParamList()