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.cpp540 FormatInMemoryUniqueId(FUID) { } in CommentASTToXMLConverter()
579 unsigned FormatInMemoryUniqueId; member in __anonf43412aa0211::CommentASTToXMLConverter
604 filename += llvm::utostr(FormatInMemoryUniqueId); in formatTextOfDeclaration()
1133 CommentToXMLConverter::CommentToXMLConverter() : FormatInMemoryUniqueId(0) {} in CommentToXMLConverter()
1155 if (!FormatContext || (FormatInMemoryUniqueId % 1000) == 0) { in convertCommentToXML()
1163 FormatInMemoryUniqueId++); in convertCommentToXML()