Home | History | Annotate | Download | only in AST

Lines Matching defs:Integer

539       /// Integer or Declaration, then use that diff type instead.
543 /// Integer difference
544 Integer,
547 /// One argument being integer and the other being declaration
656 FlatTree[CurrentNode].Kind = Integer;
810 assert(FlatTree[ReadNode].Kind == Integer && "Unexpected kind.");
1242 /// of DiffTemplatesTemplates, such as integer and declaration parameters.
1491 case DiffTree::Integer: {
1813 /// HasExtraInfo - Returns true if E is not an integer literal, the
1814 /// negation of an integer literal, or a boolean literal.