Searched refs:ObjectTypePtrForLookup (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 7972 ParsedType ObjectTypePtrForLookup; in ActOnPseudoDestructorExpr() local 7975 ObjectTypePtrForLookup = ParsedType::make(ObjectType); in ActOnPseudoDestructorExpr() 7977 ObjectTypePtrForLookup = ParsedType::make(Context.DependentTy); in ActOnPseudoDestructorExpr() 7988 S, &SS, true, false, ObjectTypePtrForLookup, in ActOnPseudoDestructorExpr() 8049 S, &SS, true, false, ObjectTypePtrForLookup, in ActOnPseudoDestructorExpr()
|