Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExprCXX.cpp6852 QualType Composite2 = T2; in FindCompositePointerType() local
6859 Composite2 = Context.getUnqualifiedArrayType(Composite2, Q2); in FindCompositePointerType()
6920 Composite2 = Arr2->getElementType(); in FindCompositePointerType()
6934 Composite2 = Arr2->getElementType(); in FindCompositePointerType()
6946 Composite2 = Ptr2->getPointeeType(); in FindCompositePointerType()
6955 Composite2 = ObjPtr2->getPointeeType(); in FindCompositePointerType()
6997 Composite2 = Composite2->getPointeeType(); in FindCompositePointerType()
7069 Composite2 = Composite1; in FindCompositePointerType()
7071 Composite1 = Composite2; in FindCompositePointerType()
7080 Composite1 = Composite2; in FindCompositePointerType()
[all …]