OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CtxTUMap
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Index/
Indexer.h
63
CtxTUMapTy
CtxTUMap
;
/external/clang/lib/Index/
Indexer.cpp
72
CtxTUMap
[&Ctx] = TU;
86
CtxTUMapTy::iterator I =
CtxTUMap
.find(&D->getASTContext());
87
if (I !=
CtxTUMap
.end())
Completed in 187 milliseconds