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

/external/clang/lib/CodeGen/
H A DCGExpr.cpp1871 unsigned IdentType = E->getIdentType(); local
1874 switch (IdentType) {
1902 : PredefinedExpr::ComputeName((PredefinedExpr::IdentType)IdentType,
/external/clang/include/clang/AST/
H A DExpr.h1074 enum IdentType { enum in class:clang::PredefinedExpr
1086 IdentType Type;
1088 PredefinedExpr(SourceLocation l, QualType type, IdentType IT)
1099 IdentType getIdentType() const { return Type; }
1100 void setIdentType(IdentType IT) { Type = IT; }
1105 static std::string ComputeName(IdentType IT, const Decl *CurrentDecl);

Completed in 149 milliseconds