Home
last modified time | relevance | path

Searched refs:setType (Results 1 – 25 of 33) sorted by relevance

12

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DELF.h727 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
747 void setType(unsigned char t) { setBindingAndType(getBinding(), t); } in setType() function
808 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
825 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); } in setType() function
843 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
862 void setType(Elf64_Word t) { setSymbolAndType(getSymbol(), t); } in setType() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DELFTypes.h186 void setType(unsigned char t) { setBindingAndType(getBinding(), t); }
384 void setType(uint32_t t) { setSymbolAndType(getSymbol(), t); }
405 void setType(unsigned char t) { setSymbolAndType(getSymbol(), t); }
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DVirtualFileSystem.h66 void setType(llvm::sys::fs::file_type v) { Type = v; } in setType() function
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h423 void setType(const DIE *Ty) { this->Ty = Ty; } in setType() function
H A DDwarfDebug.cpp2129 NewTU.setType(NewTU.createTypeDIE(CTy)); in addDwarfTypeUnitType()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp255 New->setType(Context.getFunctionType( in CheckEquivalentExceptionSpec()
274 New->setType(Context.getFunctionType( in CheckEquivalentExceptionSpec()
H A DSemaDecl.cpp2637 New->setType(QualType(AdjustedType, 0)); in MergeFunctionDecl()
2707 New->setType( in MergeFunctionDecl()
2874 New->setType(NewQType); in MergeFunctionDecl()
2951 New->setType(Context.getFunctionType(MergedReturn, ArgTypes, in MergeFunctionDecl()
3032 New->setType(Merged); in MergeCompatibleFunctionDecls()
3121 New->setType(Context.DependentTy); in MergeVarDeclTypes()
3143 New->setType(MergedT); in MergeVarDeclTypes()
5073 decl->setType(type); in inferObjCARCLifetime()
6102 NewVD->setType(T); in CheckVariableDeclarationType()
6185 NewVD->setType(FixedTInfo->getType()); in CheckVariableDeclarationType()
[all …]
H A DSema.cpp354 ImpCast->setType(Ty); in ImpCastExprToType()
784 VD->setType(T); in ActOnEndOfTranslationUnit()
H A DSemaStmt.cpp112 var->setType(type.withConst()); in ActOnForEachDeclStmt()
1791 D->setType(FirstType); in ActOnObjCForCollectionStmt()
1846 Decl->setType(InitType); in FinishForRangeVarDecl()
2146 LoopVar->setType(SubstAutoType(LoopVar->getType(), Context.DependentTy)); in BuildCXXForRangeStmt()
H A DSemaInit.cpp135 E->setType(Ty); in updateStringLiteralType()
371 InitExpr->setType(SemaRef.Context.VoidTy); in PerformEmptyInit()
728 StructuredSubobjectInitList->setType(T); in CheckImplicitInitList()
775 IList->setType(ExprTy); in CheckExplicitInitList()
776 StructuredList->setType(ExprTy); in CheckExplicitInitList()
2347 Result->setType(ResultType); in getStructuredSubobjectInit()
6152 ILE->setType(E->getType()); in Perform()
H A DSemaExpr.cpp4819 TheCall->setType(FuncT->getCallResultType(Context)); in BuildResolvedCallExpr()
4993 E->setType(Context.VoidTy); // FIXME: just a place holder for now. in ActOnInitList()
5447 initE->setType(Ty); in BuildVectorLiteral()
6730 Initializer->setType(UnionType); in ConstructTransparentUnion()
13222 E->setType(SubExpr->getType()); in rebuildSugarExpr()
13242 E->setType(S.Context.getPointerType(SubExpr->getType())); in VisitUnaryAddrOf()
13251 E->setType(VD->getType()); in resolveDecl()
13316 E->setType(SubExpr->getType()); in rebuildSugarExpr()
13339 E->setType(DestType); in VisitUnaryAddrOf()
13400 E->setType(DestType.getNonLValueExprType(S.Context)); in VisitCallExpr()
[all …]
H A DSemaChecking.cpp94 TheCall->setType(Ty); in SemaBuiltinAnnotation()
110 TheCall->setType(ResultType); in SemaBuiltinAddressof()
196 BuiltinCall->setType(CE->getType()); in SemaBuiltinCallWithStaticChain()
307 TheCall->setType(Context.IntTy); in CheckBuiltinFunctionCall()
311 TheCall->setType(Context.IntTy); in CheckBuiltinFunctionCall()
736 TheCall->setType(ValType); in CheckARMBuiltinExclusiveCall()
751 TheCall->setType(Context.IntTy); in CheckARMBuiltinExclusiveCall()
1894 TheCall->setType(ResultType); in SemaBuiltinAtomicOverloaded()
2007 TheCall->setType(Context.VoidTy); in SemaBuiltinVAStart()
H A DSemaTemplateInstantiateDecl.cpp3089 FunctionParam->setType(T); in addInstantiatedParametersToScope()
3115 FunctionParam->setType(T); in addInstantiatedParametersToScope()
3223 New->setType(SemaRef.Context.getFunctionType( in InitFunctionInstantiation()
3532 VarSpec->setType(DI->getType()); in CompleteVarTemplateSpecializationDecl()
H A DSemaDeclCXX.cpp5271 MD->setType(Context.getFunctionType(ReturnType, in CheckExplicitlyDefaultedSpecialMember()
8822 DefaultCon->setType(Context.getFunctionType(Context.VoidTy, None, EPI)); in DeclareImplicitDefaultConstructor()
9117 DerivedCtor->setType(Context.getFunctionType(FPT->getReturnType(), in declareCtor()
9288 Destructor->setType(Context.getFunctionType(Context.VoidTy, None, EPI)); in DeclareImplicitDestructor()
9386 Destructor->setType(Context.getFunctionType(Context.VoidTy, None, EPI)); in AdjustDestructorExceptionSpec()
9920 CopyAssignment->setType(Context.getFunctionType(RetType, ArgType, EPI)); in DeclareImplicitCopyAssignment()
10309 MoveAssignment->setType(Context.getFunctionType(RetType, ArgType, EPI)); in DeclareImplicitMoveAssignment()
10742 CopyConstructor->setType( in DeclareImplicitCopyConstructor()
10919 MoveConstructor->setType( in DeclareImplicitMoveConstructor()
H A DSemaType.cpp2923 Param->setType(ParamTy); in GetFullTypeForDeclarator()
2928 Param->setType(ParamTy); in GetFullTypeForDeclarator()
5013 DRE->setType(T); in RequireCompleteExprType()
5014 E->setType(T); in RequireCompleteExprType()
H A DSemaLambda.cpp1481 CallOperator->setType(FunctionTy); in ActOnLambdaExpr()
H A DSemaObjCProperty.cpp675 ivar->setType(ivarType); in checkARCPropertyImpl()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.h355 void setType(unsigned ResNo, const EEVT::TypeSet &T) { Types[ResNo] = T; } in setType() function
H A DDAGISelMatcherGen.cpp472 NodeNoTypes->setType(i, N->getExtType(i)); in EmitMatchCode()
H A DCodeGenDAGPatterns.cpp2949 ResultPattern->setType(i, Res0Node->getExtType(i)); in parseInstructionPattern()
3407 DstPattern->setType(i, Result.getOnlyTree()->getExtType(i)); in ParsePatterns()
3461 R->setType(i, Orig->getExtType(i)); in CombineChildVariants()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp391 setType(C.DependentTy); in OverloadExpr()
1353 setType(C.BoundMemberTy); in UnresolvedMemberExpr()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp595 VD->setType(Reader.readType(F, Record, Idx)); in VisitValueDecl()
949 D->setType(GetTypeSourceInfo(Record, Idx)); in VisitObjCPropertyDecl()
3654 FD->setType(Reader.Context.getFunctionType( in UpdateDecl()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h2261 void setType(TypeSourceInfo *T) { DeclType = T; } in setType() function
H A DExpr.h118 setType(T); in Expr()
126 void setType(QualType t) { in setType() function
H A DDecl.h497 void setType(QualType newType) { DeclType = newType; } in setType() function

12