Home
last modified time | relevance | path

Searched refs:setTypeSourceInfo (Results 1 – 14 of 14) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaAPINotes.cpp387 Var->setTypeSourceInfo(TypeInfo); in ProcessAPINotes()
HDSemaTemplateInstantiateDecl.cpp2542 D->setTypeSourceInfo(TSI); in VisitCXXMethodDecl()
5130 Function->setTypeSourceInfo(NewSI); in InstantiateFunctionDefinition()
5136 Parm->setTypeSourceInfo(NewParmSI); in InstantiateFunctionDefinition()
HDSemaLambda.cpp1042 Method->setTypeSourceInfo(MethodTyInfo); in CompleteLambdaCallOperator()
HDSemaDecl.cpp2545 New->setTypeSourceInfo(OldTD->getTypeSourceInfo()); in MergeTypedefNameDecl()
6680 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
8720 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
HDSemaTemplate.cpp10758 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
HDSemaDeclCXX.cpp13822 SpecialMem->setTypeSourceInfo(TSI); in setupImplicitSpecialMemberType()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h2089 void setTypeSourceInfo(TypeSourceInfo *Ty) { TypeInfo = Ty; } in setTypeSourceInfo() function
2518 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
3464 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
4549 void setTypeSourceInfo(TypeSourceInfo *ti) { in setTypeSourceInfo() function
HDDecl.h766 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
3467 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTReaderStmt.cpp585 E->setTypeSourceInfo(Record.readTypeSourceInfo()); in VisitSYCLUniqueStableNameExpr()
741 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitOffsetOfExpr()
1185 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitCompoundLiteralExpr()
HDASTReaderDecl.cpp726 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
922 DD->setTypeSourceInfo( in VisitDeclaratorDecl()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDExpr.cpp569 setTypeSourceInfo(TSI); in SYCLUniqueStableNameExpr()
HDASTImporter.cpp4067 ToFunction->setTypeSourceInfo(*TSIOrErr); in VisitFunctionDecl()
6586 D2->setTypeSourceInfo(*TInfoOrErr); in VisitVarTemplateSpecializationDecl()
HDASTContext.cpp5882 New->setTypeSourceInfo(getTrivialTypeSourceInfo(Orig->getUnderlyingType())); in adjustObjCTypeParamBoundType()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp4652 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef()