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