Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h248 llvm::DenseMap<const IdentifierInfo *, uint64_t> IdentMacroDirectivesOffsetMap; variable
/external/clang/lib/Serialization/
DASTWriter.cpp2126 IdentMacroDirectivesOffsetMap[Name] = Stream.GetCurrentBitNo(); in WritePreprocessor()
4946 assert(IdentMacroDirectivesOffsetMap[Name] && "not set!"); in getMacroDirectivesOffset()
4947 return IdentMacroDirectivesOffsetMap[Name]; in getMacroDirectivesOffset()