Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DPreprocessor.cpp76 LastTokenWasAt(false), ModuleImportExpectsIdentifier(false), in Preprocessor()
710 if (LastTokenWasAt && II.isModulesImport() && !InMacroArgs && in HandleIdentifier()
747 LastTokenWasAt = Result.is(tok::at); in Lex()
/external/clang/include/clang/Lex/
DPreprocessor.h251 bool LastTokenWasAt; variable