Searched defs:TagType (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/device/nfc/
H A Dnfc_tag.h30 enum TagType { enum in class:device::NfcTag
55 virtual void TagTypeChanged(NfcTag* tag, TagType type) {}
80 virtual TagType GetType() const = 0;
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp31 // parameter and specifying the TagType and callback functions as described in
37 void *DisInfo, int TagType,
93 LLVMDisasmContext *DC = new LLVMDisasmContext(Triple, DisInfo, TagType,
105 int TagType, LLVMOpInfoCallback GetOpInfo,
107 return LLVMCreateDisasmCPU(Triple, "", DisInfo, TagType, GetOpInfo,
36 LLVMCreateDisasmCPU(const char *Triple, const char *CPU, void *DisInfo, int TagType, LLVMOpInfoCallback GetOpInfo, LLVMSymbolLookupCallback SymbolLookUp) argument
104 LLVMCreateDisasm(const char *Triple, void *DisInfo, int TagType, LLVMOpInfoCallback GetOpInfo, LLVMSymbolLookupCallback SymbolLookUp) argument
H A DDisassembler.h48 int TagType; member in class:llvm::LLVMDisasmContext
94 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
108 int getTagType() const { return TagType; }
/external/chromium_org/v8/src/
H A Ddateparser.h215 enum TagType { enum in struct:v8::internal::DateParser::DateToken
/external/clang/lib/AST/
H A DType.cpp1844 TagType::TagType(TypeClass TC, const TagDecl *D, QualType can) function in class:TagType
1871 TagDecl *TagType::getDecl() const {
1875 bool TagType::isBeingDefined() const {
2193 const TagDecl *Tag = cast<TagType>(T)->getDecl();
2290 return cast<TagType>(T)->getDecl()->getLinkageAndVisibility();
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp1171 DeclSpec::TST TagType; local
1173 TagType = DeclSpec::TST_struct;
1175 TagType = DeclSpec::TST_interface;
1177 TagType = DeclSpec::TST_class;
1180 TagType = DeclSpec::TST_union;
1185 Actions.CodeCompleteTag(getCurScope(), TagType); local
1231 if (TagType == DeclSpec::TST_struct && !Tok.is(tok::identifier) &&
1414 DeclSpec::getSpecifierName(TagType, PPol));
1456 << DeclSpec::getSpecifierName(TagType, Policy);
1488 TagType,
2500 ParseCXXMemberSpecification(SourceLocation RecordLoc, SourceLocation AttrFixitLoc, ParsedAttributesWithRange &Attrs, unsigned TagType, Decl *TagDecl) argument
3460 ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType, AccessSpecifier& CurAS) argument
[all...]
H A DParseDecl.cpp3296 unsigned TagType, Decl *TagDecl) {
3316 ConsumeExtraSemi(InsideStruct, TagType);
3295 ParseStructUnionBody(SourceLocation RecordLoc, unsigned TagType, Decl *TagDecl) argument
/external/clang/lib/CodeGen/
H A DCGExpr.cpp1792 QualType TagType = CGF.getContext().getTagDeclType(FD->getParent()); local
1793 LValue LV = CGF.MakeNaturalAlignAddrLValue(ThisValue, TagType);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmstypes.c4576 cmsUInt32Number TagType, n, i; local
4582 if (!_cmsReadUInt32Number(io, &TagType)) return NULL;
4589 switch (TagType) {
4689 cmsSignalError(self->ContextID, cmsERROR_UNKNOWN_EXTENSION, "Unsupported tag type for VCGT '%d'", TagType);
/external/clang/include/clang/AST/
H A DType.h3310 class TagType : public Type { class in class:clang::FunctionType::ExtInfo::FunctionProtoType
3318 TagType(TypeClass TC, const TagDecl *D, QualType can);
3333 /// to detect TagType objects of structs/unions/classes.
3334 class RecordType : public TagType {
3337 : TagType(Record, reinterpret_cast<const TagDecl*>(D), QualType()) { }
3339 : TagType(TC, reinterpret_cast<const TagDecl*>(D), QualType()) { }
3344 return reinterpret_cast<RecordDecl*>(TagType::getDecl());
3359 /// to detect TagType objects of enums.
3360 class EnumType : public TagType {
3362 : TagType(Enu
[all...]

Completed in 262 milliseconds