Home
last modified time | relevance | path

Searched refs:RhsType (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DExprCXX.h1572 TypeSourceInfo *RhsType; variable
1586 LhsType(lhsType), RhsType(rhsType) { } in BinaryTypeTraitExpr()
1591 LhsType(), RhsType() { } in BinaryTypeTraitExpr()
1602 QualType getRhsType() const { return RhsType->getType(); } in getRhsType()
1605 TypeSourceInfo *getRhsTypeSourceInfo() const { return RhsType; } in getRhsTypeSourceInfo()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1240 E->RhsType = GetTypeSourceInfo(Record, Idx); in VisitBinaryTypeTraitExpr()