HomeSort by relevance Sort by last modified time
    Searched refs:FromTy (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/Support/
Casting.h 95 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> struct cast_convert_val<To,FromTy,FromTy>
    [all...]
  /external/clang/include/clang/Sema/
SemaFixItUtils.h 52 typedef bool (*TypeComparisonFuncTy) (const CanQualType FromTy,
58 /// type FromTy can be converted to ToTy. For example, one could check if
Overload.h 353 void *FromTy;
370 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); }
377 void setFromType(QualType T) { FromTy = T.getAsOpaquePtr(); }
Sema.h 882 TypeSourceInfo *GetTypeForDeclaratorCast(Declarator &D, QualType FromTy);
    [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 52 const QualType FromTy,
58 const CanQualType FromQTy = S.Context.getCanonicalType(FromTy);
SemaOverload.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 315 QualType FromTy;
321 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
338 Profile(ID, Operand, FromTy, ToTy);
  /external/llvm/include/llvm/
DIBuilder.h 117 /// @param FromTy Base Type.
118 DIType createQualifiedType(unsigned Tag, DIType FromTy);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 731 DIType FromTy = DTy.getTypeDerivedFrom();
732 addType(&Buffer, FromTy);
    [all...]
  /external/llvm/lib/VMCore/
DIBuilder.cpp 196 DIType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) {
208 FromTy
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 489 llvm::DIType FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit);
493 llvm::DIType DbgTy = DBuilder.createQualifiedType(Tag, FromTy);
    [all...]

Completed in 460 milliseconds