Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h1205 enum IdentType { enum
1219 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);
/external/clang/lib/AST/
DExpr.cpp449 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()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp445 E->Type = (PredefinedExpr::IdentType)Record[Idx++]; in VisitPredefinedExpr()
/external/clang/lib/Sema/
DSemaExpr.cpp2992 PredefinedExpr::IdentType IT) { in BuildPredefinedExpr()
3042 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr()
DTreeTransform.h1891 PredefinedExpr::IdentType IT) { in RebuildPredefinedExpr()
/external/clang/include/clang/Sema/
DSema.h3767 PredefinedExpr::IdentType IT);