Home
last modified time | relevance | path

Searched defs:ptrType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Sema/
DSemaType.cpp3321 if (auto ptrType = type->getAs<PointerType>()) { in classifyPointerDeclarator() local
5918 const ObjCObjectPointerType *ptrType = type->getAs<ObjCObjectPointerType>(); in checkObjCKindOfType() local
DSemaDeclAttr.cpp3926 if (auto ptrType = type->getAs<PointerType>()) { in isValidSwiftIndirectResultType() local
3938 if (auto ptrType = type->getAs<PointerType>()) { in isValidSwiftErrorResultType() local
/external/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp3562 SpvId ptrType = this->nextId(nullptr); in writeInterfaceBlock() local