Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1333 uint32_t RawParentCtxID = ParentCtxID ? ParentCtxID->Value : -1; in addContext() local
1334 ContextTableKey Key(RawParentCtxID, static_cast<uint8_t>(Kind), NameID); in addContext()
1346 Implementation->ParentContexts[NextID] = RawParentCtxID; in addContext()