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

  /external/llvm/include/llvm/Support/
Casting.h 118 template<typename To, typename FromTy>
119 struct isa_impl_wrap<To, FromTy, FromTy> {
121 static bool doit(const FromTy &Val) {
122 return isa_impl_cl<To,FromTy>::doit(Val);
174 template<class To, class FromTy>
175 struct cast_retty_wrap<To, FromTy, FromTy> {
177 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type;
198 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 355 void *FromTy;
372 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); }
379 void setFromType(QualType T) { FromTy = T.getAsOpaquePtr(); }
Sema.h     [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/lib/StaticAnalyzer/Core/
SValBuilder.cpp 70 QualType fromTy, QualType toTy) {
73 return nonloc::SymbolVal(SymMgr.getCastSymbol(operand, fromTy, toTy));
373 QualType FromTy) {
374 while (Context.UnwrapSimilarPointerTypes(ToTy, FromTy)) {
377 FromTy = Context.getUnqualifiedArrayType(FromTy, Quals2);
392 if (ToTy != FromTy)
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 312 QualType FromTy;
318 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
335 Profile(ID, Operand, FromTy, ToTy);
  /external/llvm/include/llvm/IR/
DIBuilder.h 154 /// @param FromTy Base Type.
155 DIDerivedType createQualifiedType(unsigned Tag, DIType FromTy);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.cpp     [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 285 DIDerivedType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) {
297 FromTy.getRef()
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 551 llvm::DIType FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit);
555 llvm::DIType DbgTy = DBuilder.createQualifiedType(Tag, FromTy);
    [all...]

Completed in 299 milliseconds