Searched refs:IdentType (Results 1 – 6 of 6) sorted by relevance
1074 enum IdentType { enum1086 IdentType Type;1088 PredefinedExpr(SourceLocation l, QualType type, IdentType IT) in PredefinedExpr()1099 IdentType getIdentType() const { return Type; } in getIdentType()1100 void setIdentType(IdentType IT) { Type = IT; } in setIdentType()1105 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);
1871 unsigned IdentType = E->getIdentType(); in EmitPredefinedLValue() local1874 switch (IdentType) { in EmitPredefinedLValue()1902 : PredefinedExpr::ComputeName((PredefinedExpr::IdentType)IdentType, in EmitPredefinedLValue()
1086 PredefinedExpr::IdentType IT = E->getIdentType(); in TransformPredefinedExpr()
2496 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr()
344 E->setIdentType((PredefinedExpr::IdentType)Record[Idx++]); in VisitPredefinedExpr()
399 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()