Home
last modified time | relevance | path

Searched refs:DelayedNamespaceOffsetMap (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h520 DelayedNamespaceOffsetMapTy DelayedNamespaceOffsetMap; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4166 if (auto Iter = DelayedNamespaceOffsetMap.find(ID); in ReadDeclRecord()
4167 Iter != DelayedNamespaceOffsetMap.end()) in ReadDeclRecord()
H A DASTReader.cpp3823 DelayedNamespaceOffsetMap[ID] = {LexicalOffset, VisibleOffset}; in ReadASTBlock()