Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h37 struct InlineAsmIdentifierInfo { struct
38 enum IdKind {
45 struct EnumIdentifier {
49 struct LabelIdentifier {
53 struct VariableIdentifier {
61 union {
87 InlineAsmIdentifierInfo() : Kind(IK_Invalid) {} in InlineAsmIdentifierInfo() argument
/external/clang/include/clang/Sema/
DSema.h63 class InlineAsmIdentifierInfo; variable