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

/external/clang/include/clang/AST/
H A DExpr.h1167 enum IdentType { enum in class:clang::PredefinedExpr
1181 IdentType Type;
1183 PredefinedExpr(SourceLocation l, QualType type, IdentType IT)
1194 IdentType getIdentType() const { return Type; }
1195 void setIdentType(IdentType IT) { Type = IT; }
1200 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2018 PredefinedExpr::IdentType IdentType = E->getIdentType(); local
2023 switch (IdentType) {
2052 FunctionName = PredefinedExpr::ComputeName(IdentType, CurDecl);
2054 FunctionName = PredefinedExpr::ComputeName(IdentType, CurDecl);
/external/clang/lib/AST/
H A DExpr.cpp453 std::string PredefinedExpr::ComputeName(IdentType IT, const Decl *CurrentDecl) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp425 E->setIdentType((PredefinedExpr::IdentType)Record[Idx++]);
/external/clang/include/clang/Sema/
H A DSema.h3442 PredefinedExpr::IdentType IT);
/external/clang/lib/Sema/
H A DSemaExpr.cpp2906 PredefinedExpr::IdentType IT) {
2943 PredefinedExpr::IdentType IT;

Completed in 560 milliseconds