Searched refs:ModuleDeclState (Results 1 – 2 of 2) sorted by relevance
939 ModuleDeclState.handleSemi(); in Lex()948 ModuleDeclState.handleExport(); in Lex()951 ModuleDeclState.handleColon(); in Lex()954 ModuleDeclState.handlePeriod(); in Lex()970 ModuleDeclState.handleModule(); in Lex()973 ModuleDeclState.handleIdentifier(Result.getIdentifierInfo()); in Lex()974 if (ModuleDeclState.isModuleCandidate()) in Lex()981 ModuleDeclState.handleMisc(); in Lex()1166 if (Result.is(tok::colon) && ModuleDeclState.isNamedModule()) { in LexAfterModuleImport()1167 std::string Name = ModuleDeclState.getPrimaryName().str(); in LexAfterModuleImport()
492 enum ModuleDeclState : int { enum589 ModuleDeclState State;593 ModuleDeclSeq ModuleDeclState; variable2357 bool isInNamedModule() const { return ModuleDeclState.isNamedModule(); } in isInNamedModule()2364 return ModuleDeclState.isNamedInterface(); in isInNamedInterfaceUnit()2369 StringRef getNamedModuleName() const { return ModuleDeclState.getName(); } in getNamedModuleName()2375 return ModuleDeclState.isImplementationUnit(); in isInImplementationUnit()