Home
last modified time | relevance | path

Searched refs:CppNonKeywordTypes (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormatToken.cpp38 static SmallVector<StringRef> CppNonKeywordTypes = { variable
48 std::binary_search(CppNonKeywordTypes.begin(), in isTypeName()
49 CppNonKeywordTypes.end(), TokenText)); in isTypeName()