Home | History | Annotate | Download | only in gcmole

Lines Matching refs:TagType

1061   const clang::TagType* ToTagType(const clang::Type* t) {
1064 } else if (llvm::isa<clang::TagType>(t)) {
1065 return llvm::cast<clang::TagType>(t);
1085 const clang::TagType* pointee =