The function and its called static helpers don't modify the received CXXRecordDecl arguments at all as the method result is put into an output parameter. Thus, they can be const which allows for neatly grabbing the conversion methods in a context where we only have a const ASTUnit at hand.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo