reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
206 (void)getRawText(Context.getSourceManager()); 208 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), 208 comments::Lexer L(Context.getAllocator(), Context.getDiagnostics(), 209 Context.getCommentCommandTraits(), 212 comments::Sema S(Context.getAllocator(), Context.getSourceManager(), 212 comments::Sema S(Context.getAllocator(), Context.getSourceManager(), 213 Context.getDiagnostics(), 214 Context.getCommentCommandTraits(), 217 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(), 217 comments::Parser P(L, S, Context.getAllocator(), Context.getSourceManager(), 218 Context.getDiagnostics(), 219 Context.getCommentCommandTraits());