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

  /external/clang/lib/Lex/
Preprocessor.cpp 69 ModuleImportExpectsIdentifier(false), CodeCompletionReached(0),
656 ModuleImportExpectsIdentifier = true;
706 if (ModuleImportExpectsIdentifier && Result.getKind() == tok::identifier) {
711 ModuleImportExpectsIdentifier = false;
718 if (!ModuleImportExpectsIdentifier && Result.getKind() == tok::period) {
719 ModuleImportExpectsIdentifier = true;
  /external/clang/include/clang/Lex/
Preprocessor.h 239 bool ModuleImportExpectsIdentifier;
    [all...]

Completed in 54 milliseconds