Searched refs:TTL (Results 1 – 4 of 4) sorted by relevance
29 bool VisitTagTypeLoc(TagTypeLoc TTL) { in VisitTagTypeLoc() argument30 report(TTL.getNameLoc(), TTL.getDecl()); in VisitTagTypeLoc()
942 bool VisitTypeLoc(TypeLoc TTL) { in VisitTypeLoc() argument943 if (TypeLocsToSkip.count(TTL.getBeginLoc())) in VisitTypeLoc()945 visitNode(DynTypedNode::create(TTL)); in VisitTypeLoc()
4199 TypedefTypeLoc TTL = TL.getAs<TypedefTypeLoc>(); in TransformNestedNameSpecifierLoc() local4200 if (!TTL || !TTL.getTypedefNameDecl()->isInvalidDecl()) { in TransformNestedNameSpecifierLoc()
15861 if (TypedefTypeLoc TTL = TL.getAs<TypedefTypeLoc>()) { in IsTailPaddedMemberArray() local15862 const TypedefNameDecl *TDL = TTL.getTypedefNameDecl(); in IsTailPaddedMemberArray()