Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp3855 StandardConversionSequence InnerSCS; in tryAtomicConversion() local
3857 InOverloadResolution, InnerSCS, in tryAtomicConversion()
3861 SCS.Second = InnerSCS.Second; in tryAtomicConversion()
3862 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()
3863 SCS.Third = InnerSCS.Third; in tryAtomicConversion()
3865 = InnerSCS.QualificationIncludesObjCLifetime; in tryAtomicConversion()
3866 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()