HomeSort by relevance Sort by last modified time
    Searched refs:MDKind (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Lex/
MacroInfo.h 344 unsigned MDKind : 2;
365 : Previous(nullptr), Loc(Loc), MDKind(K), IsFromPCH(false),
371 Kind getKind() const { return Kind(MDKind); }
  /external/llvm/lib/AsmParser/
LLParser.h 107 unsigned MDKind, MDSlot;
LLParser.cpp 64 Inst->setMetadata(MDList[i].MDKind, NumberedMetadata[SlotNo]);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 397 (** [mdkind_id context name] returns the MDKind ID that corresponds to the
    [all...]

Completed in 812 milliseconds