Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Lex/
DPreprocessor.cpp931 ImportSeqState.handleOpenBracket(); in Lex()
934 ImportSeqState.handleCloseBracket(); in Lex()
937 ImportSeqState.handleCloseBrace(); in Lex()
940 ImportSeqState.handleSemi(); in Lex()
944 ImportSeqState.handleHeaderName(); in Lex()
947 ImportSeqState.handleExport(); in Lex()
951 ImportSeqState.handleImport(); in Lex()
952 if (ImportSeqState.afterImportSeq()) { in Lex()
962 ImportSeqState.handleMisc(); in Lex()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h375 ImportSeq ImportSeqState = ImportSeq::AfterTopLevelTokenSeq; variable