OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TemplateParameterDocs
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
CommentSema.h
56
llvm::StringMap<TParamCommandComment *>
TemplateParameterDocs
;
/external/clang/lib/AST/
CommentSema.cpp
334
TemplateParameterDocs
.find(Arg);
335
if (PrevCommandIt !=
TemplateParameterDocs
.end()) {
343
TemplateParameterDocs
[Arg] = Command;
[
all
...]
Completed in 26 milliseconds