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 73 LastTokenWasAt(false), ModuleImportExpectsIdentifier(false),
713 ModuleImportExpectsIdentifier = true;
763 if (ModuleImportExpectsIdentifier && Result.getKind() == tok::identifier) {
768 ModuleImportExpectsIdentifier = false;
775 if (!ModuleImportExpectsIdentifier && Result.getKind() == tok::period) {
776 ModuleImportExpectsIdentifier = true;
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 254 bool ModuleImportExpectsIdentifier;
    [all...]

Completed in 43 milliseconds