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

  /external/clang/include/clang/Basic/
IdentifierTable.h 70 bool IsModulesImport : 1; // True if this is the 'import' contextual
321 bool isModulesImport() const { return IsModulesImport; }
325 IsModulesImport = I;
348 isModulesImport());
  /external/clang/lib/Lex/
Preprocessor.cpp 707 if (LastTokenWasAt && II.isModulesImport() && !InMacroArgs &&
    [all...]

Completed in 86 milliseconds