Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DPreprocessor.cpp948 if (ImportSeqState.afterImportSeq()) { in Lex()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/
DPreprocessor.h366 bool afterImportSeq() { return S == AfterImportSeq; } in afterImportSeq() function