HomeSort by relevance Sort by last modified time
    Searched refs:LastTokenWasAt (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Lex/
Preprocessor.cpp 73 LastTokenWasAt(false), ModuleImportExpectsIdentifier(false),
707 if (LastTokenWasAt && II.isModulesImport() && !InMacroArgs &&
744 LastTokenWasAt = Result.is(tok::at);
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 250 bool LastTokenWasAt;
    [all...]

Completed in 36 milliseconds