Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp30 bool ForwardRef = bool(Opts & ClassOptions::ForwardReference); in getHashForUdt() local
35 if (!ForwardRef && !Scoped && !IsAnon) in getHashForUdt()
37 if (!ForwardRef && HasUniqueName && !IsAnon) in getHashForUdt()
60 bool ForwardRef = bool(Opts & ClassOptions::ForwardReference); in getTagRecordHashForUdt() local
66 if (!ForwardRef) in getTagRecordHashForUdt()
/src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h5688 Node *ForwardRef = make<ForwardTemplateReference>(Index);
5689 if (!ForwardRef)
5691 DEMANGLE_ASSERT(ForwardRef->getKind() == Node::KForwardTemplateReference,
5694 static_cast<ForwardTemplateReference *>(ForwardRef));
5695 return ForwardRef;