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.cpp145 const RecordLinkage ContainerLinkage = Record->getLinkage(); in recordObjCInstanceVariables() local
150 else if (ContainerLinkage != RecordLinkage::Unknown) in recordObjCInstanceVariables()
151 Linkage = ContainerLinkage; in recordObjCInstanceVariables()