Searched refs:AttrTL (Results 1 – 2 of 2) sorted by relevance
48 if (auto AttrTL = TL.getAs<clang::AttributedTypeLoc>()) { in findTypeLocForBlockDecl() local49 TL = AttrTL.getModifiedLoc(); in findTypeLocForBlockDecl()
2906 if (AttributedTypeLoc AttrTL = TL.getAs<AttributedTypeLoc>()) { in findTypeLocationForBlockDecl() local2907 TL = AttrTL.getModifiedLoc(); in findTypeLocationForBlockDecl()