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 68 CodeCompletionOffset(0), LastTokenWasAt(false),
651 if (LastTokenWasAt && II.isModulesImport() && !InMacroArgs &&
687 LastTokenWasAt = Result.is(tok::at);
  /external/clang/include/clang/Lex/
Preprocessor.h 235 bool LastTokenWasAt;
    [all...]

Completed in 78 milliseconds