Searched refs:ObjectTypePtrForLookup (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 7848 ParsedType ObjectTypePtrForLookup; in ActOnPseudoDestructorExpr() local 7851 ObjectTypePtrForLookup = ParsedType::make(ObjectType); in ActOnPseudoDestructorExpr() 7853 ObjectTypePtrForLookup = ParsedType::make(Context.DependentTy); in ActOnPseudoDestructorExpr() 7864 S, &SS, true, false, ObjectTypePtrForLookup, in ActOnPseudoDestructorExpr() 7925 S, &SS, true, false, ObjectTypePtrForLookup, in ActOnPseudoDestructorExpr()
|