Searched defs:IdentType (Results 1 - 2 of 2) sorted by relevance

/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/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);

Completed in 372 milliseconds