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
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 565 milliseconds