Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Lex/
H A DPreprocessor.cpp891 if (((LastTokenWasAt && II.isModulesImport()) || in HandleIdentifier()
997 LastTokenWasAt = Result.is(tok::at); in Lex()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessor.h321 bool LastTokenWasAt = false; variable