Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp951 ImportSeqState.handleOpenBracket(); in Lex()
954 ImportSeqState.handleCloseBracket(); in Lex()
957 ImportSeqState.handleCloseBrace(); in Lex()
964 ImportSeqState.handleSemi(); in Lex()
968 ImportSeqState.handleHeaderName(); in Lex()
972 ImportSeqState.handleExport(); in Lex()
976 TrackGMFState.handleImport(ImportSeqState.afterTopLevelSeq()); in Lex()
977 ImportSeqState.handleImport(); in Lex()
978 if (ImportSeqState.afterImportSeq()) { in Lex()
986 TrackGMFState.handleModule(ImportSeqState.afterTopLevelSeq()); in Lex()
[all …]
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h400 ImportSeq ImportSeqState = ImportSeq::AfterTopLevelTokenSeq; variable