Home
last modified time | relevance | path

Searched refs:LastTokenWasAt (Results 1 – 4 of 4) 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/llvm-project/clang/lib/Lex/
DPreprocessor.cpp877 if (((LastTokenWasAt && II.isModulesImport()) || in HandleIdentifier()
967 LastTokenWasAt = Result.is(tok::at); in Lex()
/external/clang/include/clang/Lex/
DPreprocessor.h251 bool LastTokenWasAt; variable
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h297 bool LastTokenWasAt = false; variable