Home
last modified time | relevance | path

Searched refs:getIdentType (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/AST/
DStmtProfile.cpp304 ID.AddInteger(S->getIdentType()); in VisitPredefinedExpr()
DStmtPrinter.cpp712 switch (Node->getIdentType()) { in VisitPredefinedExpr()
DASTDumper.cpp1580 switch (Node->getIdentType()) { in VisitPredefinedExpr()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp923 unsigned Type = cast<PredefinedExpr>(E)->getIdentType(); in EmitLValue()
DCGExpr.cpp1932 switch (E->getIdentType()) { in EmitPredefinedLValue()
1940 unsigned IdentType = E->getIdentType(); in EmitPredefinedLValue()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp339 Record.push_back(E->getIdentType()); // FIXME: stable encoding in VisitPredefinedExpr()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1155 PredefinedExpr::IdentType IT = E->getIdentType(); in TransformPredefinedExpr()
/external/clang/include/clang/AST/
DExpr.h1174 IdentType getIdentType() const { return Type; } in getIdentType() function