Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangBuiltinsEmitter.cpp212 if (size_t CommaPos = Current.find(',', 0)) { in ParseTypes() local
213 if (CommaPos != StringRef::npos) { in ParseTypes()
214 StringRef T = Current.substr(0, CommaPos); in ParseTypes()
217 I += CommaPos + 1; in ParseTypes()