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.cpp1650 E->getLhsType().print(OS, Policy); in VisitBinaryTypeTraitExpr()
/external/clang/include/clang/AST/
DExprCXX.h2028 QualType getLhsType() const { return LhsType->getType(); } in getLhsType() function