Searched refs:KeyStorage (Results 1 – 2 of 2) sorted by relevance
277 SmallString<8> KeyStorage; in parse() local278 if (KeyString->getValue(KeyStorage) == "directory") { in parse()280 } else if (KeyString->getValue(KeyStorage) == "command") { in parse()282 } else if (KeyString->getValue(KeyStorage) == "file") { in parse()
1987 SmallString<10> KeyStorage; in parseEdit() local1988 StringRef Key = KeyString->getValue(KeyStorage); in parseEdit()