enum Sema::BuildForRangeKind
Declared at: clang/include/clang/Sema/Sema.h:4990
Enumerators
Name | Value | Comment |
---|---|---|
BFRK_Build | 0 | Initial building of a for-range statement. |
BFRK_Rebuild | 1 | Instantiation or recovery rebuild of a for-range statement. Don't attempt any typo-correction. |
BFRK_Check | 2 | Determining whether a for-range statement could be built. Avoid any unnecessary or irreversible actions. |