OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ModuleId
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
Module.h
43
typedef SmallVector<std::pair<std::string, SourceLocation>, 2>
ModuleId
;
175
ModuleId
Id;
214
ModuleId
Id;
/external/clang/lib/Lex/
ModuleMap.cpp
56
Module *ModuleMap::resolveModuleId(const
ModuleId
&Id, Module *Mod,
814
typedef SmallVector<std::pair<std::string, SourceLocation>, 2>
ModuleId
;
815
bool parseModuleId(
ModuleId
&Id);
[
all
...]
Completed in 29 milliseconds