Searched refs:IdentType (Results 1 – 6 of 6) sorted by relevance
1205 enum IdentType { enum1219 IdentType Type;1223 PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT,1230 IdentType getIdentType() const { return Type; } in getIdentType()1240 static StringRef getIdentTypeName(IdentType IT);1241 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);
449 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT, in PredefinedExpr()461 StringRef PredefinedExpr::getIdentTypeName(PredefinedExpr::IdentType IT) { in getIdentTypeName()483 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()
445 E->Type = (PredefinedExpr::IdentType)Record[Idx++]; in VisitPredefinedExpr()
2992 PredefinedExpr::IdentType IT) { in BuildPredefinedExpr()3042 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr()
1891 PredefinedExpr::IdentType IT) { in RebuildPredefinedExpr()
3767 PredefinedExpr::IdentType IT);