Searched refs:IdentType (Results 1 – 6 of 6) sorted by relevance
1149 enum IdentType { enum1161 IdentType Type;1163 PredefinedExpr(SourceLocation l, QualType type, IdentType IT) in PredefinedExpr()1174 IdentType getIdentType() const { return Type; } in getIdentType()1175 void setIdentType(IdentType IT) { Type = IT; } in setIdentType()1180 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);
1940 unsigned IdentType = E->getIdentType(); in EmitPredefinedLValue() local1943 switch (IdentType) { in EmitPredefinedLValue()1971 : PredefinedExpr::ComputeName((PredefinedExpr::IdentType)IdentType, in EmitPredefinedLValue()
1155 PredefinedExpr::IdentType IT = E->getIdentType(); in TransformPredefinedExpr()
2761 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr()
427 E->setIdentType((PredefinedExpr::IdentType)Record[Idx++]); in VisitPredefinedExpr()
478 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()