Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaExprCXX.cpp6871 QualType Composite1 = T1; in FindCompositePointerType() local
6878 Composite1 = Context.getUnqualifiedArrayType(Composite1, Q1); in FindCompositePointerType()
6939 Composite1 = Arr1->getElementType(); in FindCompositePointerType()
6953 Composite1 = Arr1->getElementType(); in FindCompositePointerType()
6965 Composite1 = Ptr1->getPointeeType(); in FindCompositePointerType()
6974 Composite1 = ObjPtr1->getPointeeType(); in FindCompositePointerType()
7016 Composite1 = Composite1->getPointeeType(); in FindCompositePointerType()
7089 Composite2 = Composite1; in FindCompositePointerType()
7091 Composite1 = Composite2; in FindCompositePointerType()
7100 Composite1 = Composite2; in FindCompositePointerType()
[all …]