| 
    clang 22.0.0git
    
   | 
 
This file implements specific functions of FormatTokens and their roles.  
More...
#include "FormatToken.h"#include "ContinuationIndenter.h"#include "llvm/ADT/SmallVector.h"#include <climits>Go to the source code of this file.
Namespaces | |
| namespace | clang | 
| The JSON file list parser is used to communicate input to InstallAPI.  | |
| namespace | clang::format | 
Macros | |
| #define | TYPE(X) | 
Functions | |
| const char * | clang::format::getTokenTypeName (TokenType Type) | 
| Determines the name of a token type.   | |
| static unsigned | clang::format::CodePointsBetween (const FormatToken *Begin, const FormatToken *End) | 
| bool | clang::format::startsNextParameter (const FormatToken &Current, const FormatStyle &Style) | 
Variables | |
| static constexpr std::array< StringRef, 14 > | clang::format::QtPropertyKeywords | 
| static constexpr std::array< StringRef, 14 > | clang::format::CppNonKeywordTypes | 
This file implements specific functions of FormatTokens and their roles. 
Definition in file FormatToken.cpp.
| #define TYPE | ( | X | ) |