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