Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h56 ContextID addContext(std::optional<ContextID> ParentCtxID,
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesWriter.cpp1327 ContextID APINotesWriter::addContext(std::optional<ContextID> ParentCtxID, in addContext() argument
1333 uint32_t RawParentCtxID = ParentCtxID ? ParentCtxID->Value : -1; in addContext()
1389 uint32_t ParentCtxID = Implementation->ParentContexts[CtxID.Value]; in addObjCMethod() local
1390 ContextTableKey CtxKey(ParentCtxID, in addObjCMethod()
H A DAPINotesReader.cpp210 auto ParentCtxID = in ReadKey() local
215 return {ParentCtxID, ContextKind, NameID}; in ReadKey()