Searched refs:ObjectTypePtrForLookup (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 7587 ParsedType ObjectTypePtrForLookup; in ActOnPseudoDestructorExpr() local 7590 ObjectTypePtrForLookup = ParsedType::make(ObjectType); in ActOnPseudoDestructorExpr() 7592 ObjectTypePtrForLookup = ParsedType::make(Context.DependentTy); in ActOnPseudoDestructorExpr() 7603 S, &SS, true, false, ObjectTypePtrForLookup, in ActOnPseudoDestructorExpr() 7664 S, &SS, true, false, ObjectTypePtrForLookup, in ActOnPseudoDestructorExpr()
|