Searched defs:TargetType (Results 1 - 9 of 9) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
H A DWebURLRequest.h59 enum TargetType { enum in class:WebKit::WebURLRequest
141 WEBKIT_API TargetType targetType() const;
142 WEBKIT_API void setTargetType(TargetType);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h104 APSIntType TargetType(To);
105 if (TargetType == APSIntType(From))
108 return getValue(TargetType.convert(From));
112 APSIntType TargetType = getAPSIntType(T); local
113 if (TargetType == APSIntType(From))
116 return getValue(TargetType.convert(From));
/external/webkit/Source/WebCore/platform/network/
H A DResourceRequestBase.h55 enum TargetType { enum in class:WebCore::ResourceRequestBase
151 TargetType targetType() const { return m_targetType; }
152 void setTargetType(TargetType type) { m_targetType = type; }
210 TargetType m_targetType;
239 ResourceRequestBase::TargetType m_targetType;
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.h167 } TargetType; member in class:llvm::ARMSubtarget
/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1123 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs, local
1126 if (TargetType.isNull())
1129 return new (SemaRef.Context) SubstNonTypeTemplateParmPackExpr(TargetType,
H A DSemaTemplateDeduction.cpp4015 QualType TargetType) {
4074 if (!TargetType.isNull())
4076 TargetType);
4006 getMostSpecialized(UnresolvedSetIterator SpecBegin, UnresolvedSetIterator SpecEnd, TemplatePartialOrderingContext TPOC, unsigned NumCallArguments, SourceLocation Loc, const PartialDiagnostic &NoneDiag, const PartialDiagnostic &AmbigDiag, const PartialDiagnostic &CandidateDiag, bool Complain, QualType TargetType) argument
H A DSemaDeclCXX.cpp2467 QualType TargetType = SemaRef.Context.getRValueReferenceType(ExprType); local
2470 TargetType, ExprLoc);
H A DSemaOverload.cpp8879 const QualType& TargetType; member in class:AddressOfFunctionResolver
8896 const QualType& TargetType, bool Complain)
8897 : S(S), SourceExpr(SourceExpr), TargetType(TargetType),
8900 !!TargetType->getAs<MemberPointerType>()),
8959 TargetFunctionType = S.ExtractUnqualifiedFunctionType(TargetType);
9134 << TargetType << OvlExpr->getSourceRange();
9139 << OvlExpr->getName() << TargetType;
9182 QualType TargetType,
9188 AddressOfFunctionResolver Resolver(*this, AddressOfExpr, TargetType,
8895 AddressOfFunctionResolver(Sema &S, Expr* SourceExpr, const QualType& TargetType, bool Complain) argument
9181 ResolveAddressOfOverloadedFunction(Expr *AddressOfExpr, QualType TargetType, bool Complain, DeclAccessPair &FoundResult, bool *pHadMultipleCandidates) argument
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp2011 const CXXRecordDecl *TargetType = TargetQT->getAsCXXRecordDecl(); local
2017 if (FinalType->getCanonicalDecl() != TargetType->getCanonicalDecl()) {
2024 return CastToDerivedClass(Info, E, Result, TargetType, NewEntriesSize);

Completed in 721 milliseconds