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

  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 47 int TagType;
76 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType,
83 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 847 DeclSpec::TST TagType;
849 TagType = DeclSpec::TST_struct;
851 TagType = DeclSpec::TST_class;
854 TagType = DeclSpec::TST_union;
859 Actions.CodeCompleteTag(getCurScope(), TagType);
891 if (TagType == DeclSpec::TST_struct &&
    [all...]
  /external/clang/lib/AST/
Type.cpp 915 return !cast<TagType>(CanonicalType)->getDecl()->isCompleteDefinition();
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 87 milliseconds