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

/external/llvm/include/llvm/Support/
H A DCasting.h95 template<typename To, typename FromTy>
96 struct isa_impl_wrap<To, FromTy, FromTy> {
98 static bool doit(const FromTy &Val) {
99 return isa_impl_cl<To,FromTy>::doit(Val);
150 template<class To, class FromTy>
151 struct cast_retty_wrap<To, FromTy, FromTy> {
153 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type;
174 template<class To, class FromTy> struc
[all...]
/external/clang/include/clang/Sema/
H A DSemaFixItUtils.h52 typedef bool (*TypeComparisonFuncTy) (const CanQualType FromTy,
58 /// type FromTy can be converted to ToTy. For example, one could check if
H A DOverload.h353 void *FromTy;
370 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); }
377 void setFromType(QualType T) { FromTy = T.getAsOpaquePtr(); }
H A DSema.h882 TypeSourceInfo *GetTypeForDeclaratorCast(Declarator &D, QualType FromTy);
/external/clang/include/clang/AST/
H A DDeclBase.h1625 template<class FromTy>
1626 struct cast_convert_val< ::clang::DeclContext, FromTy, FromTy> {
1627 static ::clang::DeclContext &doit(const FromTy &Val) {
1628 return *FromTy::castToDeclContext(&Val);
1632 template<class FromTy>
1633 struct cast_convert_val< ::clang::DeclContext, FromTy*, FromTy*> {
1634 static ::clang::DeclContext *doit(const FromTy *Val) {
1635 return FromTy
[all...]
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp52 const QualType FromTy,
58 const CanQualType FromQTy = S.Context.getCanonicalType(FromTy);
51 tryToFixConversion(const Expr *FullExpr, const QualType FromTy, const QualType ToTy, Sema &S) argument
H A DSemaOverload.cpp8008 QualType FromTy = Conv.Bad.getFromType(); local
8011 if (FromTy == S.Context.OverloadTy) {
8028 CanQualType CFromTy = S.Context.getCanonicalType(FromTy);
8048 << FromTy
8059 << FromTy
8070 << FromTy
8084 << FromTy << (CVR - 1);
8089 << FromTy << (CVR - 1) << I+1;
8101 << FromTy << ToTy << (unsigned) isObjectArgument << I+1;
8109 QualType TempFromTy = FromTy
[all...]
H A DSemaType.cpp2942 TypeSourceInfo *Sema::GetTypeForDeclaratorCast(Declarator &D, QualType FromTy) { argument
2951 Qualifiers::ObjCLifetime ownership = Context.getInnerObjCOwnership(FromTy);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSymbolManager.h315 QualType FromTy; member in class:clang::ento::SymbolCast
321 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
338 Profile(ID, Operand, FromTy, ToTy);
/external/llvm/include/llvm/
H A DDIBuilder.h117 /// @param FromTy Base Type.
118 DIType createQualifiedType(unsigned Tag, DIType FromTy);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp731 DIType FromTy = DTy.getTypeDerivedFrom(); local
732 addType(&Buffer, FromTy);
/external/llvm/lib/VMCore/
H A DDIBuilder.cpp196 DIType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) { argument
208 FromTy
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp489 llvm::DIType FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit); local
493 llvm::DIType DbgTy = DBuilder.createQualifiedType(Tag, FromTy);

Completed in 290 milliseconds