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 580 ModuleImportExpectsIdentifier = true;
600 if (ModuleImportExpectsIdentifier && Result.getKind() == tok::identifier) {
605 ModuleImportExpectsIdentifier = false;
612 if (!ModuleImportExpectsIdentifier && Result.getKind() == tok::period) {
613 ModuleImportExpectsIdentifier = true;
  /external/clang/include/clang/Lex/
Preprocessor.h 186 bool ModuleImportExpectsIdentifier;
    [all...]

Completed in 37 milliseconds