Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp897 StdCXXImportSeqState.handleOpenBracket(); in Lex()
900 StdCXXImportSeqState.handleCloseBracket(); in Lex()
903 StdCXXImportSeqState.handleCloseBrace(); in Lex()
910 StdCXXImportSeqState.handleSemi(); in Lex()
915 StdCXXImportSeqState.handleHeaderName(); in Lex()
919 StdCXXImportSeqState.handleExport(); in Lex()
931 if (StdCXXImportSeqState.atTopLevel()) { in Lex()
933 TrackGMFState.handleImport(StdCXXImportSeqState.afterTopLevelSeq()); in Lex()
934 StdCXXImportSeqState.handleImport(); in Lex()
935 if (StdCXXImportSeqState.afterImportSeq()) { in Lex()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h417 StdCXXImportSeq StdCXXImportSeqState = StdCXXImportSeq::AfterTopLevelTokenSeq; variable