Searched refs:IdentType (Results 1 – 6 of 6) sorted by relevance
1174 enum IdentType { enum1188 IdentType Type;1192 PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT,1199 IdentType getIdentType() const { return Type; } in getIdentType()1209 static StringRef getIdentTypeName(IdentType IT);1210 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);
441 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT, in PredefinedExpr()453 StringRef PredefinedExpr::getIdentTypeName(PredefinedExpr::IdentType IT) { in getIdentTypeName()475 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()
425 E->Type = (PredefinedExpr::IdentType)Record[Idx++]; in VisitPredefinedExpr()
2998 PredefinedExpr::IdentType IT) { in BuildPredefinedExpr()3048 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr()
1713 PredefinedExpr::IdentType IT) { in RebuildPredefinedExpr()
3522 PredefinedExpr::IdentType IT);