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 109 template<typename To, typename FromTy>
110 struct isa_impl_wrap<To, FromTy, FromTy> {
112 static bool doit(const FromTy &Val) {
113 return isa_impl_cl<To,FromTy>::doit(Val);
164 template<class To, class FromTy>
165 struct cast_retty_wrap<To, FromTy, FromTy> {
167 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type;
188 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 354 void *FromTy;
371 QualType getFromType() const { return QualType::getFromOpaquePtr(FromTy); }
378 void setFromType(QualType T) { FromTy = T.getAsOpaquePtr(); }
Sema.h     [all...]
  /external/clang/include/clang/AST/
DeclBase.h     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 70 QualType fromTy, QualType toTy) {
73 return nonloc::SymbolVal(SymMgr.getCastSymbol(operand, fromTy, toTy));
291 QualType FromTy) {
292 while (Context.UnwrapSimilarPointerTypes(ToTy, FromTy)) {
295 FromTy = Context.getUnqualifiedArrayType(FromTy, Quals2);
310 if (ToTy != FromTy)
  /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 312 QualType FromTy;
318 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { }
335 Profile(ID, Operand, FromTy, ToTy);
  /external/llvm/include/llvm/
DIBuilder.h 123 /// @param FromTy Base Type.
124 DIDerivedType createQualifiedType(unsigned Tag, DIType FromTy);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 851 DIType FromTy = DTy.getTypeDerivedFrom();
852 addType(&Buffer, FromTy);
    [all...]
  /external/llvm/lib/IR/
DIBuilder.cpp 187 DIDerivedType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) {
199 FromTy
    [all...]
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 533 llvm::DIType FromTy = getOrCreateType(Qc.apply(CGM.getContext(), T), Unit);
537 llvm::DIType DbgTy = DBuilder.createQualifiedType(Tag, FromTy);
    [all...]

Completed in 631 milliseconds