Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTWriter.h262 llvm::DenseMap<const IdentifierInfo *, uint64_t> IdentMacroDirectivesOffsetMap; variable
/external/clang/lib/Serialization/
DASTWriter.cpp2219 IdentMacroDirectivesOffsetMap[Name] = StartOffset; in WritePreprocessor()
4849 return IdentMacroDirectivesOffsetMap.lookup(Name); in getMacroDirectivesOffset()