Home
last modified time | relevance | path

Searched defs:KeyPath (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Option/
H A DOptionMarshallingTest.cpp13 const char *KeyPath; member
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DOptParserEmitter.cpp68 StringRef KeyPath; member in MarshallingInfo
/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp236 unsigned, bool KeyPath) { in makeBooleanOptionDenormalizer()
409 static T mergeForwardValue(T KeyPath, U Value) { in mergeForwardValue()
413 template <typename T, typename U> static T mergeMaskValue(T KeyPath, U Value) { in mergeMaskValue()
417 template <typename T> static T extractForwardValue(T KeyPath) { in extractForwardValue()
422 static T extractMaskValue(T KeyPath) { in extractMaskValue()