Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DTypeTraits.cpp28 static constexpr const char *TypeTraitSpellings[] = { variable
91 assert(std::strlen(TypeTraitSpellings[T]) == 0); in getTraitSpelling()
94 return TypeTraitSpellings[T]; in getTraitSpelling()