Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTWriter.h294 IdentMacroDirectivesOffsetMap; variable
/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()
/external/llvm-project/clang/lib/Serialization/
DASTWriter.cpp2258 IdentMacroDirectivesOffsetMap[Name] = StartOffset; in WritePreprocessor()
5301 return IdentMacroDirectivesOffsetMap.lookup(Name); in getMacroDirectivesOffset()