Home
last modified time | relevance | path

Searched refs:getLhsType (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DStmtProfile.cpp879 VisitType(S->getLhsType()); in VisitBinaryTypeTraitExpr()
DStmtPrinter.cpp1600 << E->getLhsType().getAsString(Policy) << "," in VisitBinaryTypeTraitExpr()
/external/clang/include/clang/AST/
DExprCXX.h2011 QualType getLhsType() const { return LhsType->getType(); } in getLhsType() function