Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DOptParserEmitter.cpp69 StringRef KeyPath; member in MarshallingInfo
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp220 unsigned, bool KeyPath) { in makeBooleanOptionDenormalizer()
393 static T mergeForwardValue(T KeyPath, U Value) { in mergeForwardValue()
397 template <typename T, typename U> static T mergeMaskValue(T KeyPath, U Value) { in mergeMaskValue()
401 template <typename T> static T extractForwardValue(T KeyPath) { in extractForwardValue()
406 static T extractMaskValue(T KeyPath) { in extractMaskValue()