clang: include/clang/Basic/OperatorPrecedence.h Source File (original) (raw)

Go to the documentation of this file.

1

2

3

4

5

6

7

8

9

10

11

12

13

14#ifndef LLVM_CLANG_BASIC_OPERATORPRECEDENCE_H

15#define LLVM_CLANG_BASIC_OPERATORPRECEDENCE_H

16

18

20

21

22

23

24

25namespace prec {

27 Unknown = 0,

29 Assignment = 2,

44}

45

46

49

50}

51

52#endif

enum clang::sema::@1726::IndirectLocalPathEntry::EntryKind Kind

Defines the clang::TokenKind enum and support functions.

TokenKind

Provides a simple uniform namespace for tokens from all C languages.

The JSON file list parser is used to communicate input to InstallAPI.

prec::Level getBinOpPrecedence(tok::TokenKind Kind, bool GreaterThanIsOperator, bool CPlusPlus11)

Return the precedence of the specified binary operator token.