Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp851 if (((LastTokenWasAt && II.isModulesImport()) || in HandleIdentifier()
957 LastTokenWasAt = Result.is(tok::at); in Lex()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h318 bool LastTokenWasAt = false; variable