Searched refs:LastTokenWasAt (Results 1 – 4 of 4) sorted by relevance
76 LastTokenWasAt(false), ModuleImportExpectsIdentifier(false), in Preprocessor()710 if (LastTokenWasAt && II.isModulesImport() && !InMacroArgs && in HandleIdentifier()747 LastTokenWasAt = Result.is(tok::at); in Lex()
877 if (((LastTokenWasAt && II.isModulesImport()) || in HandleIdentifier()967 LastTokenWasAt = Result.is(tok::at); in Lex()
251 bool LastTokenWasAt; variable
297 bool LastTokenWasAt = false; variable