Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSL.cpp234 StringRef ComponentStr = Tok.getIdentifierInfo()->getName(); in ParseHLSLAnnotations() local
238 if (ComponentStr.size() != 1) { in ParseHLSLAnnotations()
240 << ComponentStr; in ParseHLSLAnnotations()
244 switch (ComponentStr[0]) { in ParseHLSLAnnotations()
263 << ComponentStr; in ParseHLSLAnnotations()