Lines Matching refs:IdentTable

524   AdditionalKeywords(IdentifierTable &IdentTable) {  in AdditionalKeywords()
525 kw_in = &IdentTable.get("in"); in AdditionalKeywords()
526 kw_CF_ENUM = &IdentTable.get("CF_ENUM"); in AdditionalKeywords()
527 kw_CF_OPTIONS = &IdentTable.get("CF_OPTIONS"); in AdditionalKeywords()
528 kw_NS_ENUM = &IdentTable.get("NS_ENUM"); in AdditionalKeywords()
529 kw_NS_OPTIONS = &IdentTable.get("NS_OPTIONS"); in AdditionalKeywords()
531 kw_finally = &IdentTable.get("finally"); in AdditionalKeywords()
532 kw_function = &IdentTable.get("function"); in AdditionalKeywords()
533 kw_import = &IdentTable.get("import"); in AdditionalKeywords()
534 kw_var = &IdentTable.get("var"); in AdditionalKeywords()
536 kw_abstract = &IdentTable.get("abstract"); in AdditionalKeywords()
537 kw_extends = &IdentTable.get("extends"); in AdditionalKeywords()
538 kw_final = &IdentTable.get("final"); in AdditionalKeywords()
539 kw_implements = &IdentTable.get("implements"); in AdditionalKeywords()
540 kw_instanceof = &IdentTable.get("instanceof"); in AdditionalKeywords()
541 kw_interface = &IdentTable.get("interface"); in AdditionalKeywords()
542 kw_native = &IdentTable.get("native"); in AdditionalKeywords()
543 kw_package = &IdentTable.get("package"); in AdditionalKeywords()
544 kw_synchronized = &IdentTable.get("synchronized"); in AdditionalKeywords()
545 kw_throws = &IdentTable.get("throws"); in AdditionalKeywords()
546 kw___except = &IdentTable.get("__except"); in AdditionalKeywords()
548 kw_option = &IdentTable.get("option"); in AdditionalKeywords()
549 kw_optional = &IdentTable.get("optional"); in AdditionalKeywords()
550 kw_repeated = &IdentTable.get("repeated"); in AdditionalKeywords()
551 kw_required = &IdentTable.get("required"); in AdditionalKeywords()
552 kw_returns = &IdentTable.get("returns"); in AdditionalKeywords()
554 kw_signals = &IdentTable.get("signals"); in AdditionalKeywords()
555 kw_slots = &IdentTable.get("slots"); in AdditionalKeywords()
556 kw_qslots = &IdentTable.get("Q_SLOTS"); in AdditionalKeywords()