Searched refs:getMemberPointerType (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCXXABI.cpp101 CGM.getContext().getMemberPointerType(MD->getType(),
H A DCGDebugInfo.cpp1225 ? CGM.getContext().getMemberPointerType(
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h973 QualType getMemberPointerType(QualType T, const Type *Cls) const;
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp1327 SrcType = Self.Context.getMemberPointerType(Fn->getType(),
H A DSemaOverload.cpp1481 FromType = S.Context.getMemberPointerType(FromType, ClassType);
2720 ConvertedType = Context.getMemberPointerType(FromTypePtr->getPointeeType(),
6517 Context.getMemberPointerType(QPointeeTy, ClassTy));
11915 = Context.getMemberPointerType(Fn->getType(), ClassType.getTypePtr());
H A DSemaExprCXX.cpp4788 Composite1 = Context.getMemberPointerType(
4791 Composite2 = Context.getMemberPointerType(
H A DSemaType.cpp1817 return Context.getMemberPointerType(T, Class.getTypePtr());
4332 return C.getMemberPointerType(New, OldMPT->getClass());
H A DSemaTemplateDeduction.cpp2989 return S.Context.getMemberPointerType(Fn->getType(),
H A DSemaExpr.cpp8796 return Context.getMemberPointerType(op->getType(),
8845 return Context.getMemberPointerType(op->getType(),
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2313 /// getMemberPointerType - Return the uniqued reference to the type for a
2315 QualType ASTContext::getMemberPointerType(QualType T, const Type *Cls) const { function in class:ASTContext
2330 Canonical = getMemberPointerType(getCanonicalType(T),getCanonicalType(Cls));
H A DASTImporter.cpp1524 return Importer.getToContext().getMemberPointerType(ToPointeeType,
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTType.cpp5535 return ClangASTType (m_ast, m_ast->getMemberPointerType (pointee_type.GetQualType(),
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4588 return Context.getMemberPointerType(PointeeType, ClassType.getTypePtr());

Completed in 685 milliseconds