Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h45 ContextID addObjCContext(std::optional<ContextID> ParentCtxID,
/freebsd-14.2/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1260 ContextID APINotesWriter::addObjCContext(std::optional<ContextID> ParentCtxID, in addObjCContext() argument
1266 uint32_t RawParentCtxID = ParentCtxID ? ParentCtxID->Value : -1; in addObjCContext()
1322 uint32_t ParentCtxID = Implementation->ParentContexts[CtxID.Value]; in addObjCMethod() local
1323 ContextTableKey CtxKey(ParentCtxID, in addObjCMethod()
H A DAPINotesReader.cpp207 auto ParentCtxID = in ReadKey() local
213 return {ParentCtxID, ContextKind, NameID}; in ReadKey()