Home
last modified time | relevance | path

Searched defs:IsModulesImport (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Basic/
DIdentifierTable.h73 bool IsModulesImport : 1; // True if this is the 'import' contextual variable
/external/llvm-project/clang/include/clang/Basic/
DIdentifierTable.h111 unsigned IsModulesImport : 1; variable