Home | History | Annotate | Download | only in AST

Lines Matching refs:IdentType

1167   enum IdentType {
1181 IdentType Type;
1183 PredefinedExpr(SourceLocation l, QualType type, IdentType IT)
1194 IdentType getIdentType() const { return Type; }
1195 void setIdentType(IdentType IT) { Type = IT; }
1200 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);