Searched defs:BraceCount (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/include/clang/Parse/ | ||
H A D | RAIIObjectsForParser.h | 380 unsigned short ParenCount, BracketCount, BraceCount; variable |
H A D | Parser.h | 85 unsigned short ParenCount = 0, BracketCount = 0, BraceCount = 0; variable |
/llvm-project/clang/utils/TableGen/ | ||
H A D | ClangDiagnosticsEmitter.cpp | 1304 size_t BraceCount = 1; verifyDiagnosticWording() local |
/llvm-project/clang/lib/Format/ | ||
H A D | FormatToken.h | 589 int8_t BraceCount = 0; global() member |
H A D | Format.cpp | 2193 int BraceCount = Token->BraceCount; insertBraces() local |