Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp338 bool SpellingInvalid = false; in buildMSAsmString() local
339 Asm += PP.getSpelling(Tok, SpellingBuffer, &SpellingInvalid); in buildMSAsmString()
340 assert(!SpellingInvalid && "spelling was invalid after correct parse?"); in buildMSAsmString()