OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isModulesImport
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
IdentifierTable.h
72
bool
IsModulesImport
: 1; // True if this is the 'import' contextual
299
bool
isModulesImport
() const { return
IsModulesImport
; }
304
IsModulesImport
= I;
323
isModulesImport
());
/external/clang/lib/Lex/
Preprocessor.cpp
694
if (II.
isModulesImport
() && !InMacroArgs && !DisableMacroExpansion &&
Completed in 24 milliseconds