Searched refs:ParentContextID (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/APINotes/ |
| H A D | APINotesFormat.h | 308 ContextTableKey(std::optional<ContextID> ParentContextID, ContextKind Kind, in ContextTableKey() 310 : parentContextID(ParentContextID ? ParentContextID->Value : -1), in ContextTableKey() 338 SingleDeclTableKey(uint32_t ParentContextID, uint32_t NameID) in SingleDeclTableKey() 339 : parentContextID(ParentContextID), nameID(NameID) {} in SingleDeclTableKey()
|
| H A D | APINotesYAMLCompiler.cpp | 861 void convertContext(std::optional<ContextID> ParentContextID, const Class &C, in convertContext() argument 875 Writer.addContext(ParentContextID, C.Name, Kind, CI, SwiftVersion); in convertContext() 932 void convertNamespaceContext(std::optional<ContextID> ParentContextID, in convertNamespaceContext() argument 940 Writer.addContext(ParentContextID, TheNamespace.Name, in convertNamespaceContext() 969 std::optional<ContextID> ParentContextID = in convertTagContext() local 1041 auto TagCtxID = Writer.addContext(ParentContextID, T.Name, ContextKind::Tag, in convertTagContext()
|