Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp3214 StandardConversionSequence InnerSCS; in tryAtomicConversion() local
3216 InOverloadResolution, InnerSCS, in tryAtomicConversion()
3220 SCS.Second = InnerSCS.Second; in tryAtomicConversion()
3221 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()
3222 SCS.Third = InnerSCS.Third; in tryAtomicConversion()
3224 = InnerSCS.QualificationIncludesObjCLifetime; in tryAtomicConversion()
3225 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()