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.cpp37 static SmallVector<StringRef> CppNonKeywordTypes = { variable
47 llvm::binary_search(CppNonKeywordTypes, TokenText); in isTypeName()