Searched refs:DecltypeLoc (Results 1 – 1 of 1) sorted by relevance
2130 SourceLocation DecltypeLoc; member2139 SourceLocation getDecltypeLoc() const { return getLocalData()->DecltypeLoc; } in getDecltypeLoc()2140 void setDecltypeLoc(SourceLocation Loc) { getLocalData()->DecltypeLoc = Loc; } in setDecltypeLoc()