Home
last modified time | relevance | path

Searched refs:FormatInMemoryUniqueId (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Index/
DCommentToXML.h29 unsigned FormatInMemoryUniqueId; variable
/external/clang/lib/Index/
DCommentToXML.cpp539 FormatInMemoryUniqueId(FUID) { } in CommentASTToXMLConverter()
578 unsigned FormatInMemoryUniqueId; member in __anon07f8ed890211::CommentASTToXMLConverter
602 filename += llvm::utostr(FormatInMemoryUniqueId); in formatTextOfDeclaration()
1129 CommentToXMLConverter::CommentToXMLConverter() : FormatInMemoryUniqueId(0) {} in CommentToXMLConverter()
1151 if (!FormatContext || (FormatInMemoryUniqueId % 1000) == 0) { in convertCommentToXML()
1159 FormatInMemoryUniqueId++); in convertCommentToXML()