Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DDiagnostic.h168 typedef std::pair<ArgumentKind, intptr_t> ArgumentValue; typedef
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h252 using ArgumentValue = std::pair<ArgumentKind, intptr_t>; variable