Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaSYCL.cpp225 else if (const ObjCInterfaceType *ObjCIT = dyn_cast<ObjCInterfaceType>(T)) in SourceLocationForUserDeclaredType() local
226 Loc = ObjCIT->getDecl()->getLocation(); in SourceLocationForUserDeclaredType()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp446 if (const auto *ObjCIT = dyn_cast<ObjCInterfaceType>(Base)) { in getFragmentsForType() local
447 const auto *Decl = ObjCIT->getDecl(); in getFragmentsForType()