Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp3124 Qualifiers InnerQuals = T.getLocalQualifiers(); in UnwrapTypeForDebugInfo() local
3127 Quals += Qualifiers::removeCommonQualifiers(Quals, InnerQuals); in UnwrapTypeForDebugInfo()
3128 Quals += InnerQuals; in UnwrapTypeForDebugInfo()