Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtProfile.cpp266 ID.AddInteger(S->getIdentType()); in VisitPredefinedExpr()
DStmtPrinter.cpp647 switch (Node->getIdentType()) { in VisitPredefinedExpr()
DASTDumper.cpp1506 switch (Node->getIdentType()) { in VisitPredefinedExpr()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp946 unsigned Type = cast<PredefinedExpr>(E)->getIdentType(); in EmitLValue()
DCGExpr.cpp1967 switch (E->getIdentType()) { in EmitPredefinedLValue()
1975 unsigned IdentType = E->getIdentType(); in EmitPredefinedLValue()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp272 Record.push_back(E->getIdentType()); // FIXME: stable encoding in VisitPredefinedExpr()
/external/clang/lib/Sema/
DSemaTemplateInstantiate.cpp1101 PredefinedExpr::IdentType IT = E->getIdentType(); in TransformPredefinedExpr()
/external/clang/include/clang/AST/
DExpr.h1163 IdentType getIdentType() const { return Type; } in getIdentType() function