• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/

Lines Matching defs:OK

119   Expr(StmtClass SC, QualType T, ExprValueKind VK, ExprObjectKind OK,
127 ExprBits.ObjectKind = OK;
128 assert(ExprBits.ObjectKind == OK && "truncated kind");
426 ExprObjectKind OK = getObjectKind();
427 return (OK == OK_Ordinary || OK == OK_BitField);
1081 ExprObjectKind OK = OK_Ordinary,
1083 : Expr(OpaqueValueExprClass, T, VK, OK,
2053 ExprObjectKind OK, SourceLocation l, bool CanOverflow)
2054 : Expr(UnaryOperatorClass, type, VK, OK,
2470 ExprValueKind VK, ExprObjectKind OK,
2472 : Expr(ArraySubscriptExprClass, t, VK, OK,
2879 QualType T, ExprValueKind VK, ExprObjectKind OK,
2892 QualType T, ExprValueKind VK, ExprObjectKind OK,
2900 ExprObjectKind OK) {
2904 DeclarationNameInfo(), nullptr, T, VK, OK, NOUR_None);
3442 ExprValueKind VK, ExprObjectKind OK,
3444 : Expr(BinaryOperatorClass, ResTy, VK, OK,
3627 ExprValueKind VK, ExprObjectKind OK,
3629 : Expr(CompoundAssignOperatorClass, ResTy, VK, OK,
3659 ExprValueKind VK, ExprObjectKind OK,
3662 : BinaryOperator(lhs, rhs, opc, ResType, VK, OK, OpLoc, FPFeatures,
3696 ExprValueKind VK, ExprObjectKind OK,
3701 : Expr(SC, T, VK, OK, TD, VD, ID, ContainsUnexpandedParameterPack),
3740 ExprValueKind VK, ExprObjectKind OK)
3742 ConditionalOperatorClass, t, VK, OK,
3824 QualType t, ExprValueKind VK, ExprObjectKind OK)
3825 : AbstractConditionalOperator(BinaryConditionalOperatorClass, t, VK, OK,
4085 ExprValueKind VK, ExprObjectKind OK,
4087 : Expr(ConvertVectorExprClass, DstType, VK, OK,
4143 QualType t, ExprValueKind VK, ExprObjectKind OK,
4146 : Expr(ChooseExprClass, t, VK, OK, TypeDependent, ValueDependent,
5659 ExprValueKind VK, ExprObjectKind OK,
5661 : Expr(AsTypeExprClass, DstType, VK, OK,