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 ModuleImportExpectsIdentifier(false), CodeCompletionReached(0),
680 ModuleImportExpectsIdentifier = true;
730 if (ModuleImportExpectsIdentifier && Result.getKind() == tok::identifier) {
735 ModuleImportExpectsIdentifier = false;
742 if (!ModuleImportExpectsIdentifier && Result.getKind() == tok::period) {
743 ModuleImportExpectsIdentifier = true;
  /external/clang/include/clang/Lex/
Preprocessor.h 252 bool ModuleImportExpectsIdentifier;
    [all...]

Completed in 53 milliseconds