Home
last modified time | relevance | path

Searched refs:ModuleDeclState (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DPreprocessor.cpp939 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()
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h492 enum ModuleDeclState : int { enum
589 ModuleDeclState State;
593 ModuleDeclSeq ModuleDeclState; variable
2357 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()