Searched refs:IdentType (Results 1 – 6 of 6) sorted by relevance
1162 enum IdentType { enum1176 IdentType Type;1180 PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT,1187 IdentType getIdentType() const { return Type; } in getIdentType()1197 static StringRef getIdentTypeName(IdentType IT);1198 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);
438 PredefinedExpr::PredefinedExpr(SourceLocation L, QualType FNTy, IdentType IT, in PredefinedExpr()450 StringRef PredefinedExpr::getIdentTypeName(PredefinedExpr::IdentType IT) { in getIdentTypeName()472 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) { in ComputeName()
449 E->Type = (PredefinedExpr::IdentType)Record[Idx++]; in VisitPredefinedExpr()
3057 PredefinedExpr::IdentType IT) { in BuildPredefinedExpr()3107 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr()
1964 PredefinedExpr::IdentType IT) { in RebuildPredefinedExpr()
3858 PredefinedExpr::IdentType IT);