Home | History | Annotate | Download | only in Sema

Lines Matching refs:BTT

3269 ExprResult Sema::ActOnBinaryTypeTrait(BinaryTypeTrait BTT,
3284 return BuildBinaryTypeTrait(BTT, KWLoc, LhsTSInfo, RhsTSInfo, RParen);
3407 static bool EvaluateBinaryTypeTrait(Sema &Self, BinaryTypeTrait BTT,
3413 switch(BTT) {
3548 ExprResult Sema::BuildBinaryTypeTrait(BinaryTypeTrait BTT,
3556 if (BTT == BTT_TypeCompatible) {
3566 Value = EvaluateBinaryTypeTrait(*this, BTT, LhsT, RhsT, KWLoc);
3570 switch (BTT) {
3579 return Owned(new (Context) BinaryTypeTraitExpr(KWLoc, BTT, LhsTSInfo,