/external/llvm/include/llvm/Support/ |
Casting.h | 120 template<typename To, typename FromTy> 121 struct isa_impl_wrap<To, FromTy, FromTy> { 123 static bool doit(const FromTy &Val) { 124 return isa_impl_cl<To,FromTy>::doit(Val); 176 template<class To, class FromTy> 177 struct cast_retty_wrap<To, FromTy, FromTy> { 179 typedef typename cast_retty_impl<To,FromTy>::ret_type ret_type; 200 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/StaticAnalyzer/Core/ |
SValBuilder.cpp | 70 QualType fromTy, QualType toTy) { 73 return nonloc::SymbolVal(SymMgr.getCastSymbol(operand, fromTy, toTy)); 371 QualType FromTy) { 372 while (Context.UnwrapSimilarPointerTypes(ToTy, FromTy)) { 375 FromTy = Context.getUnqualifiedArrayType(FromTy, Quals2); 390 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 | 315 QualType FromTy; 321 SymExpr(CastSymbolKind), Operand(In), FromTy(From), ToTy(To) { } 338 Profile(ID, Operand, FromTy, ToTy);
|
SValBuilder.h | 285 NonLoc makeNonLoc(const SymExpr *operand, QualType fromTy, QualType toTy);
|
/external/llvm/include/llvm/ |
DIBuilder.h | 136 /// @param FromTy Base Type. 137 DIDerivedType createQualifiedType(unsigned Tag, DIType FromTy); [all...] |
/external/llvm/lib/IR/ |
DIBuilder.cpp | 265 DIDerivedType DIBuilder::createQualifiedType(unsigned Tag, DIType FromTy) { 277 FromTy [all...] |
/external/clang/lib/AST/ |
ASTImporter.cpp | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfCompileUnit.cpp | 865 DIType FromTy = DTy.getTypeDerivedFrom(); 866 addType(&Buffer, FromTy); [all...] |
/external/clang/lib/CodeGen/ |
CGDebugInfo.cpp | 573 llvm::DIType FromTy = 578 llvm::DIType DbgTy = DBuilder.createQualifiedType(Tag, FromTy); [all...] |