Searched refs:ParentContextID (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesFormat.h | 290 ContextTableKey(std::optional<ContextID> ParentContextID, ContextKind Kind, in ContextTableKey() 292 : parentContextID(ParentContextID ? ParentContextID->Value : -1), in ContextTableKey() 320 SingleDeclTableKey(uint32_t ParentContextID, uint32_t NameID) in SingleDeclTableKey() 321 : parentContextID(ParentContextID), nameID(NameID) {} in SingleDeclTableKey()
|
H A D | APINotesYAMLCompiler.cpp | 788 void convertContext(std::optional<ContextID> ParentContextID, const Class &C, in convertContext() argument 802 Writer.addContext(ParentContextID, C.Name, Kind, CI, SwiftVersion); in convertContext() 864 void convertNamespaceContext(std::optional<ContextID> ParentContextID, in convertNamespaceContext() argument 872 Writer.addContext(ParentContextID, TheNamespace.Name, in convertNamespaceContext() 893 std::optional<ContextID> ParentContextID = in convertTagContext() local 959 auto TagCtxID = Writer.addContext(ParentContextID, T.Name, ContextKind::Tag, in convertTagContext()
|