Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DVisitor.cpp146 const RecordLinkage ContainerLinkage = Record->getLinkage(); in recordObjCInstanceVariables() local
151 else if (ContainerLinkage != RecordLinkage::Unknown) in recordObjCInstanceVariables()
152 Linkage = ContainerLinkage; in recordObjCInstanceVariables()