| 73 | }; |
| 74 | |
| 75 | BUILD_OPT_AND_O(CanonicalType, const InitListExpr&, QualType) |
| 76 | { |
| 77 | return t.getType().getCanonicalType(); |
| 78 | }; |
| 79 | |
| 80 | static std::string AccessToStringWithColon(const AccessSpecifier& access) |
| 81 | { |
nothing calls this directly
no outgoing calls
no test coverage detected