Searched refs:ObjectTypePtrForLookup (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 7008 ParsedType ObjectTypePtrForLookup; in ActOnPseudoDestructorExpr() local 7011 ObjectTypePtrForLookup = ParsedType::make(ObjectType); in ActOnPseudoDestructorExpr() 7013 ObjectTypePtrForLookup = ParsedType::make(Context.DependentTy); in ActOnPseudoDestructorExpr() 7024 S, &SS, true, false, ObjectTypePtrForLookup, in ActOnPseudoDestructorExpr() 7084 S, &SS, true, false, ObjectTypePtrForLookup, in ActOnPseudoDestructorExpr()
|