Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp3326 StandardConversionSequence InnerSCS; in tryAtomicConversion() local
3328 InOverloadResolution, InnerSCS, in tryAtomicConversion()
3332 SCS.Second = InnerSCS.Second; in tryAtomicConversion()
3333 SCS.setToType(1, InnerSCS.getToType(1)); in tryAtomicConversion()
3334 SCS.Third = InnerSCS.Third; in tryAtomicConversion()
3336 = InnerSCS.QualificationIncludesObjCLifetime; in tryAtomicConversion()
3337 SCS.setToType(2, InnerSCS.getToType(2)); in tryAtomicConversion()