HomeSort by relevance Sort by last modified time
    Searched refs:TagType (Results 1 - 25 of 43) sorted by null

1 2

  /external/llvm/include/llvm-c/
Disassembler.h 47 * 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
140 * TagType and callback functions as described above. These can all be passed
146 int TagType, LLVMOpInfoCallback GetOpInfo,
152 * parameter and specifying the TagType and callback functions as described
157 void *DisInfo, int TagType,
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.h 49 int TagType;
82 LLVMDisasmContext(std::string tripleName, void *disInfo, int tagType,
91 DisInfo(disInfo), TagType(tagType), GetOpInfo(getOpInfo),
104 int getTagType() const { return TagType; }
Disassembler.cpp 33 // parameter and specifying the TagType and callback functions as described in
39 void *DisInfo, int TagType,
97 LLVMDisasmContext *DC = new LLVMDisasmContext(Triple, DisInfo, TagType,
108 int TagType, LLVMOpInfoCallback GetOpInfo,
110 return LLVMCreateDisasmCPU(Triple, "", DisInfo, TagType, GetOpInfo,
  /external/clang/lib/Parse/
ParseDeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 57 if (const TagType *Tag = T->getAs<TagType>())
144 const TagType *Tag = NNS->getAsType()->getAs<TagType>();
201 const TagType *tagType = type->getAs<TagType>();
202 if (tagType && tagType->isBeingDefined())
218 const EnumType *enumType = dyn_cast_or_null<EnumType>(tagType);
    [all...]
SemaTemplateInstantiate.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 78 if (const TagType *TTy = dyn_cast<TagType>(QTy))
CodeGenTypes.cpp 197 const TagType *TT = Ty->getAs<TagType>();
  /external/clang/include/clang/AST/
CanonicalType.h 602 struct CanProxyAdaptor<TagType> : public CanProxyBase<TagType> {
Type.h     [all...]
  /external/chromium_org/v8/src/
dateparser.h 238 enum TagType {
  /external/chromium_org/v8/tools/gcmole/
gcmole.cc 1078 const clang::TagType* ToTagType(const clang::Type* t) {
1081 } else if (isa<clang::TagType>(t)) {
1082 return cast<clang::TagType>(t);
1101 const clang::TagType* pointee =
    [all...]
  /external/v8/src/
dateparser.h 238 enum TagType {
  /external/v8/tools/gcmole/
gcmole.cc 1080 const clang::TagType* ToTagType(const clang::Type* t) {
1083 } else if (isa<clang::TagType>(t)) {
1084 return cast<clang::TagType>(t);
1103 const clang::TagType* pointee =
    [all...]
  /external/clang/lib/AST/
DeclBase.cpp 849 assert(isa<TagType>(Tag->TypeForDecl) ||
856 const TagType *TagTy = cast<TagType>(Tag->TypeForDecl);
    [all...]
Type.cpp     [all...]
MicrosoftMangle.cpp     [all...]
ItaniumMangle.cpp 358 void mangleType(const TagType*);
    [all...]
ASTDiagnostic.cpp 106 if (const TagType *UTT = Underlying->getAs<TagType>())
    [all...]
DeclPrinter.cpp 263 if (!BaseType.isNull() && isa<TagType>(BaseType) &&
264 cast<TagType>(BaseType)->getDecl() == Decls[0]) {
    [all...]
  /external/clang/tools/libclang/
CIndexCodeCompletion.cpp 579 if (const TagType *Tag = baseType->getAs<TagType>())
    [all...]
CIndexUSRs.cpp 656 if (const TagType *TT = T->getAs<TagType>()) {
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 661 milliseconds

1 2