Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExpr.h1174 enum IdentType { enum
1188 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);
/external/clang/lib/AST/
DExpr.cpp441 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()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp425 E->Type = (PredefinedExpr::IdentType)Record[Idx++]; in VisitPredefinedExpr()
/external/clang/lib/Sema/
DSemaExpr.cpp2998 PredefinedExpr::IdentType IT) { in BuildPredefinedExpr()
3048 PredefinedExpr::IdentType IT; in ActOnPredefinedExpr()
DTreeTransform.h1713 PredefinedExpr::IdentType IT) { in RebuildPredefinedExpr()
/external/clang/include/clang/Sema/
DSema.h3522 PredefinedExpr::IdentType IT);