Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp911 std::optional<api_notes::ContextID> NamespaceID; in UnwindNamespaceContext() local
915 NamespaceID = in UnwindNamespaceContext()
916 Reader->lookupNamespaceID(CurrentNamespace->getName(), NamespaceID); in UnwindNamespaceContext()
917 if (!NamespaceID) in UnwindNamespaceContext()
920 if (NamespaceID) in UnwindNamespaceContext()
921 return api_notes::Context(*NamespaceID, in UnwindNamespaceContext()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesReader.cpp2336 std::optional<IdentifierID> NamespaceID = Implementation->getIdentifier(Name); in lookupNamespaceID() local
2337 if (!NamespaceID) in lookupNamespaceID()
2343 {RawParentNamespaceID, (uint8_t)ContextKind::Namespace, *NamespaceID}); in lookupNamespaceID()