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