| 313 | void InsertSuffix(const QualType& type); |
| 314 | |
| 315 | void InsertTemplateArg(const TemplateArgumentLoc& arg) { InsertTemplateArg(arg.getArgument()); } |
| 316 | bool InsertLambdaStaticInvoker(const CXXMethodDecl* cxxMethodDecl); |
| 317 | |
| 318 | STRONG_BOOL(InsertInline); |
nothing calls this directly
no outgoing calls
no test coverage detected