Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Tooling/
HDJSONCompilationDatabase.cpp271 llvm::yaml::ScalarNode *KeyString = in parse() local
273 if (!KeyString) { in parse()
278 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()
286 KeyString->getRawValue() + "\"").str(); in parse()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDObjCMT.cpp2137 ScalarNode *KeyString = dyn_cast<ScalarNode>((*KVI).getKey()); in parseEdit() local
2138 if (!KeyString) in parseEdit()
2141 StringRef Key = KeyString->getValue(KeyStorage); in parseEdit()