Rename tokenizer stuff to include cx prefix
This commit is contained in:
parent
6b55a13a83
commit
cfac41c7b5
16 changed files with 121 additions and 120 deletions
|
|
@ -17,8 +17,8 @@ std::unique_ptr<cpp_entity> detail::try_parse_cpp_language_linkage(const parse_c
|
|||
DEBUG_ASSERT(cur.kind == CXCursor_UnexposedDecl,
|
||||
detail::assert_handler{}); // not exposed currently
|
||||
|
||||
detail::tokenizer tokenizer(context.tu, context.file, cur);
|
||||
detail::token_stream stream(tokenizer, cur);
|
||||
detail::cxtokenizer tokenizer(context.tu, context.file, cur);
|
||||
detail::cxtoken_stream stream(tokenizer, cur);
|
||||
|
||||
// extern <name> ...
|
||||
if (!detail::skip_if(stream, "extern"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue