llvm::MCAsmInfo::isValidUnquotedName

Return true if the identifier Name does not need quotes to be syntactically correct.

Synopsis

Declared in <llvm/MC/MCAsmInfo.h>

bool
isValidUnquotedName(StringRef Name) const;

Return Value

True if Name does not need quotes.

Parameters

NameDescription
NameIdentifier to test.