Searched defs:OT (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGRTTI.cpp728 void RTTIBuilder::BuildObjCObjectTypeInfo(const ObjCObjectType *OT) { argument
730 const Type *T = OT->getBaseType().getTypePtr();
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp943 const ObjCObjectPointerType *OT = local
945 elementType = OT->getPointeeType();
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h108 const std::string &EMN, const std::string &OT, unsigned MION,
111 OperandType(OT), MIOperandNo(MION), MINumOperands(MINO),
107 OperandInfo(Record *R, const std::string &N, const std::string &PMN, const std::string &EMN, const std::string &OT, unsigned MION, unsigned MINO, DagInit *MIOI) argument
/external/clang/lib/Sema/
H A DSemaExprMember.cpp1268 const ObjCObjectType *OT = OPT->getObjectType(); local
1271 if (OT->isObjCId()) {
1317 if (OT->isObjCClass()) {
/external/clang/lib/AST/
H A DASTContext.cpp4628 if (const ObjCObjectType *OT = T->getAs<ObjCObjectType>())
4629 T = OT->getBaseType();
4956 OverloadedTemplateStorage *OT = new(memory) OverloadedTemplateStorage(size); local
4958 NamedDecl **Storage = OT->getStorage();
4967 return TemplateName(OT);

Completed in 96 milliseconds