OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModuleImportPath
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Lex/
Preprocessor.cpp
697
ModuleImportPath
.clear();
721
ModuleImportPath
.push_back(std::make_pair(Result.getIdentifierInfo(),
737
if (!
ModuleImportPath
.empty() && getLangOpts().Modules) {
739
ModuleImportPath
,
743
Callbacks->moduleImport(ModuleImportLoc,
ModuleImportPath
, Imported);
/external/clang/include/clang/Lex/
Preprocessor.h
224
SmallVector<std::pair<IdentifierInfo *, SourceLocation>, 2>
ModuleImportPath
;
[
all
...]
Completed in 26 milliseconds