HomeSort by relevance Sort by last modified time
    Searched refs:QualType (Results 126 - 150 of 299) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/compile/slang/
slang_rs_export_reduce.cpp 148 clang::QualType FnInitializerParamTy;
152 clang::QualType FnAccumulatorParamFirstTy;
157 clang::QualType FnOutConverterParamFirstTy;
223 const clang::QualType ReturnTy = Fn->getReturnType().getCanonicalType();
236 const clang::QualType ParamQType = Param->getType();
238 const clang::QualType PointeeQType = ParamQType->getPointeeType();
401 const clang::QualType ParamQType = Param->getType().getCanonicalType();
464 const clang::QualType FnCombinerParamTy = FnCombinerParam->getType().getCanonicalType();
508 const clang::QualType FnAccumulatorParamInputTy = FnAccumulatorParamInput->getType().getCanonicalType();
556 const clang::QualType FnOutConverterParamTy = FnOutConverterParam->getType().getCanonicalType()
    [all...]
slang_rs_check_ast.cpp 179 clang::QualType resultType = FD->getReturnType().getCanonicalType();
192 clang::QualType QT = PVD->getType().getCanonicalType();
215 clang::QualType QT = VD->getType();
265 clang::QualType QT = CE->getType();
slang_rs_export_var.cpp 98 clang::QualType QT = VD->getTypeSourceInfo()->getType();
  /external/clang/lib/Sema/
SemaTemplateInstantiate.cpp 168 QualType T = ClassTemplate->getInjectedClassNameSpecialization();
645 bool AlreadyTransformed(QualType T);
    [all...]
SemaObjCProperty.cpp 41 QualType type) {
131 static unsigned deducePropertyOwnershipFromType(Sema &S, QualType T) {
189 QualType T = TSI->getType();
418 QualType T,
525 QualType ConvertedType;
532 QualType PrimaryClassPropertyT = Context.getCanonicalType(PIDecl->getType());
533 QualType ClassExtPropertyT = Context.getCanonicalType(PDecl->getType());
565 QualType T,
702 QualType ivarType = ivar->getType();
791 QualType ivarType = ivar->getType()
    [all...]
SemaExceptionSpec.cpp 27 static const FunctionProtoType *GetUnderlyingFunction(QualType T)
71 bool Sema::CheckSpecifiedExceptionType(QualType &T, SourceRange Range) {
84 QualType PointeeT = T;
125 bool Sema::CheckDistantExceptionSpec(QualType T) {
513 QualType Exception = *WithExceptions->exception_begin();
672 QualType CanonicalSubT = Context.getCanonicalType(SubI);
692 QualType CanonicalSuperT = Context.getCanonicalType(SuperI);
753 QualType Target, SourceLocation TargetLoc,
754 QualType Source, SourceLocation SourceLoc)
797 bool Sema::CheckExceptionSpecCompatibility(Expr *From, QualType ToType)
    [all...]
SemaTemplateVariadic.cpp 123 bool TraverseType(QualType T) {
385 void Sema::collectUnexpandedParameterPacks(QualType T,
471 QualType Result = CheckPackExpansion(Pattern->getType(),
485 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange,
495 return QualType();
646 Optional<unsigned> Sema::getNumArgumentsInExpansion(QualType T,
648 QualType Pattern = cast<PackExpansionType>(T)->getPattern();
706 QualType T = DS.getRepAsType().get();
765 QualType ParamTy = Param->getType()
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h 166 QualType MethodDeclType;
227 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
255 Selector SelInfo, QualType T, TypeSourceInfo *ReturnTInfo,
330 QualType getReturnType() const { return MethodDeclType; }
331 void setReturnType(QualType T) { MethodDeclType = T; }
338 QualType getSendResultType() const;
342 QualType getSendResultType(QualType receiverType) const;
389 typedef std::const_mem_fun_t<QualType, ParmVarDecl> deref_fun;
408 QualType getSelfType(ASTContext &Context, const ObjCInterfaceDecl *OID
    [all...]
DeclTemplate.h     [all...]
  /external/clang/include/clang/Sema/
CodeCompleteConsumer.h 125 QualType getDeclUsageType(ASTContext &C, const NamedDecl *ND);
269 QualType PreferredType;
272 QualType BaseType;
282 CodeCompletionContext(enum Kind Kind, QualType T,
300 QualType getPreferredType() const { return PreferredType; }
304 QualType getBaseType() const { return BaseType; }
    [all...]
ExternalSemaSource.h 213 /// \param T the \c QualType that should have been complete at \p Loc
217 QualType T) {
Ownership.h 31 class QualType;
233 typedef OpaquePtr<QualType> ParsedType;
234 typedef UnionOpaquePtr<QualType> UnionParsedType;
  /external/clang/lib/AST/
MicrosoftMangle.cpp 122 void mangleCXXThrowInfo(QualType T, bool IsConst, bool IsVolatile,
124 void mangleCXXCatchableTypeArray(QualType T, uint32_t NumEntries,
126 void mangleCXXCatchableType(QualType T, const CXXConstructorDecl *CD,
130 void mangleCXXCatchHandlerType(QualType T, uint32_t Flags,
132 void mangleCXXRTTI(QualType T, raw_ostream &Out) override;
133 void mangleCXXRTTIName(QualType T, raw_ostream &Out) override;
146 void mangleTypeName(QualType T, raw_ostream &) override;
266 void mangleType(QualType T, SourceRange Range,
284 void manglePointerExtQualifiers(Qualifiers Quals, QualType PointeeType);
292 void mangleArgumentType(QualType T, SourceRange Range)
    [all...]
NSAPI.cpp 390 NSAPI::getNSNumberFactoryMethodKind(QualType T) const {
397 QualType TDTTy = QualType(TDT, 0);
482 bool NSAPI::isObjCBOOLType(QualType T) const {
486 bool NSAPI::isObjCNSIntegerType(QualType T) const {
490 bool NSAPI::isObjCNSUIntegerType(QualType T) const {
494 StringRef NSAPI::GetNSIntegralKind(QualType T) const {
545 bool NSAPI::isObjCTypedef(QualType T,
DeclCXX.cpp 167 QualType BaseType = Base->getType();
347 QualType Type = VBases[I]->getType();
675 QualType T = Context.getBaseElementType(Field->getType());
    [all...]
ASTDumper.cpp 222 void dumpBareType(QualType T, bool Desugar = true);
223 void dumpType(QualType T);
224 void dumpTypeAsChild(QualType T);
335 for (QualType PT : T->getParamTypes())
617 void ASTDumper::dumpBareType(QualType T, bool Desugar) {
621 OS << "'" << QualType::getAsString(T_split) << "'";
627 OS << ":'" << QualType::getAsString(D_split) << "'";
631 void ASTDumper::dumpType(QualType T) {
636 void ASTDumper::dumpTypeAsChild(QualType T) {
642 OS << "QualType";
    [all...]
DeclPrinter.cpp 45 QualType T);
100 void printDeclType(QualType T, StringRef DeclName, bool Pack = false);
115 static QualType GetBaseType(QualType T) {
117 QualType BaseType = T;
139 static QualType getDeclType(Decl* D) {
144 return QualType();
239 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) {
299 QualType CurDeclType = getDeclType(*D);
301 QualType BaseType = GetBaseType(CurDeclType)
    [all...]
TypePrinter.cpp 93 void print(QualType T, raw_ostream &OS, StringRef PlaceHolder);
100 void printBefore(QualType T, raw_ostream &OS);
102 void printAfter(QualType T, raw_ostream &OS);
139 void TypePrinter::print(QualType t, raw_ostream &OS, StringRef PlaceHolder) {
234 void TypePrinter::printBefore(QualType T, raw_ostream &OS) {
242 Quals -= QualType(Subst, 0).getQualifiers();
295 void TypePrinter::printAfter(QualType t, raw_ostream &OS) {
414 TypePrinter(InnerPolicy).print(QualType(T->getClass(), 0), OS, StringRef());
    [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp 137 QualType memberType = memberPtrType->getPointeeType();
304 QualType DerivedTy = getContext().getRecordType(Derived);
374 QualType DerivedTy =
568 QualType T,
706 QualType FieldType = Field->getType();
709 QualType RecordTy = CGF.getContext().getTypeDeclType(ClassDecl);
723 QualType BaseElementTy = CGF.getContext().getBaseElementType(Array);
739 QualType::DestructionKind dtorKind = FieldType.isDestructedType();
754 QualType FieldType = Field->getType();
772 QualType BaseElementTy = getContext().getBaseElementType(FieldType)
    [all...]
SanitizerMetadata.cpp 26 QualType Ty, bool IsDynInit,
74 reportGlobalToASan(GV, SourceLocation(), "", QualType(), false, true);
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 361 const MemRegion *R, QualType T);
369 SVal ArrayToPointer(Loc Array, QualType ElementTy) override;
492 SVal getBinding(Store S, Loc L, QualType T) override {
496 SVal getBinding(RegionBindingsConstRef B, Loc L, QualType T = QualType());
510 QualType Ty);
532 QualType Ty);
566 QualType EleTy) override;
    [all...]
BasicValueFactory.cpp 23 void CompoundValData::Profile(llvm::FoldingSetNodeID& ID, QualType T,
102 const llvm::APSInt& BasicValueFactory::getValue(uint64_t X, QualType T) {
108 BasicValueFactory::getCompoundValData(QualType T,
  /external/clang/lib/StaticAnalyzer/Checkers/
ObjCContainersASTChecker.cpp 46 QualType T = E->getType();
50 QualType PointeeT = TP->getPointeeType();
VLASizeChecker.cpp 137 QualType Ty = SE->getType();
155 QualType SizeTy = Ctx.getSizeType();
  /external/clang/lib/ARCMigrate/
TransAPIUses.cpp 73 QualType pointee = parm->getType()->getPointeeType();

Completed in 407 milliseconds

1 2 3 4 56 7 8 91011>>