Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp931 if (StdCXXImportSeqState.afterImportSeq()) { in Lex()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h385 bool afterImportSeq() { return S == AfterImportSeq; } in afterImportSeq() function