OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TUSetTy
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Index/
Indexer.h
35
typedef llvm::SmallPtrSet<TranslationUnit *, 4>
TUSetTy
;
37
typedef std::map<Entity,
TUSetTy
> MapTy;
38
typedef std::map<GlobalSelector,
TUSetTy
> SelMapTy;
/external/clang/lib/Index/
Indexer.cpp
96
TUSetTy
&Set = I->second;
97
for (
TUSetTy
::iterator I = Set.begin(), E = Set.end(); I != E; ++I)
109
TUSetTy
&Set = I->second;
110
for (
TUSetTy
::iterator I = Set.begin(), E = Set.end(); I != E; ++I)
Completed in 192 milliseconds