Searched refs:TagType (Results 1 - 25 of 54) sorted by relevance

123

/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;
H A Dnfc_tag_chromeos.cc19 // Converts an NFC tag type value returned by neard to a NfcTag::TagType enum
21 NfcTag::TagType DBusTypePropertyToTagType(const std::string& type) {
75 NfcTag::TagType NfcTagChromeOS::GetType() const {
99 NfcTag::TagType type = GetType();
H A Dnfc_tag_chromeos.h29 virtual TagType GetType() const OVERRIDE;
/external/llvm/include/llvm-c/
H A DDisassembler.h47 * TagType for that Triple. If symbolic information is returned the function
52 int TagType, void *TagBuf);
62 * The LLVMOpInfoCallback() for the TagType value of 1 uses the struct
175 * TagType and callback functions as described above. These can all be passed
181 int TagType, LLVMOpInfoCallback GetOpInfo,
187 * parameter and specifying the TagType and callback functions as described
192 void *DisInfo, int TagType,
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h48 int TagType; member in class:llvm::LLVMDisasmContext
94 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
108 int getTagType() const { return TagType; }
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
/external/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.h121 int TagType,
133 int TagType,
/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...]
/external/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp57 if (const TagType *Tag = T->getAs<TagType>())
144 const TagType *Tag = NNS->getAsType()->getAs<TagType>();
201 const TagType *tagType = type->getAs<TagType>();
758 if (!T->isDependentType() && !T->getAs<TagType>()) {
860 if (!T->isDependentType() && !T->getAs<TagType>()) {
H A DSemaTemplateInstantiate.cpp957 if (const TagType *Tag = T->getAs<TagType>())
996 if (const TagType *TT = T->getAs<TagType>()) {
/external/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp73 if (const TagType *TTy = dyn_cast<TagType>(QTy))
H A DCodeGenTypes.cpp191 const TagType *TT = Ty->getAs<TagType>();
H A DCGDebugInfo.h88 std::vector<std::pair<const TagType *, llvm::WeakVH>> ReplaceMap;
/external/lldb/source/Expression/
H A DClangASTSource.cpp246 const TagType *tag_type = clang_type.GetQualType()->getAs<TagType>();
285 const TagType *tag_type = clang_type.GetQualType()->getAs<TagType>();
1835 else if (const TagType *tag_type = qual_type->getAs<TagType>())
/external/clang/include/clang/AST/
H A DCanonicalType.h601 struct CanProxyAdaptor<TagType> : public CanProxyBase<TagType> {
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...]
/external/clang/lib/Index/
H A DUSRGeneration.cpp653 if (const TagType *TT = T->getAs<TagType>()) {
/external/lldb/source/Symbol/
H A DClangASTImporter.cpp291 if (const TagType *tag_type = type->getAs<TagType>())
H A DClangASTType.cpp75 const TagType *tag_type = dyn_cast<TagType>(qual_type.getTypePtr());
639 const TagType *tag_type = dyn_cast<TagType>(qual_type.getTypePtr());
976 const clang::TagType *tag_type = dyn_cast<clang::TagType>(qual_type);
4345 if (const TagType *TagT = field->getType()->getAs<TagType>()) {
5274 const TagType *tag_type = dyn_cast<TagType>(clang_typ
[all...]
/external/chromium_org/v8/src/
H A Ddateparser.h215 enum TagType { enum in struct:v8::internal::DateParser::DateToken
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1061 const clang::TagType* ToTagType(const clang::Type* t) {
1064 } else if (llvm::isa<clang::TagType>(t)) {
1065 return llvm::cast<clang::TagType>(t);
1085 const clang::TagType* pointee =
/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/tools/libclang/
H A DCIndexCodeCompletion.cpp575 if (const TagType *Tag = baseType->getAs<TagType>())
/external/clang/include/clang/Parse/
H A DParser.h1649 void ParseMicrosoftIfExistsClassDeclaration(DeclSpec::TST TagType,
1780 void ParseStructUnionBody(SourceLocation StartLoc, unsigned TagType,
2279 unsigned TagType,
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dnfc_debug_ui.cc143 std::string TagTypeToString(NfcTag::TagType type) {

Completed in 5552 milliseconds

123