Home
last modified time | relevance | path

Searched refs:IdentType (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DExpr.h1162 enum IdentType { enum
1176 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);
/external/clang/lib/AST/
DExpr.cpp438 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()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp449 E->Type = (PredefinedExpr::IdentType)Record[Idx++]; in VisitPredefinedExpr()
/external/clang/lib/Sema/
DSemaExpr.cpp3057 PredefinedExpr::IdentType IT) { in BuildPredefinedExpr()
3107 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr()
DTreeTransform.h1964 PredefinedExpr::IdentType IT) { in RebuildPredefinedExpr()
/external/clang/include/clang/Sema/
DSema.h3858 PredefinedExpr::IdentType IT);