Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp387 Var->setTypeSourceInfo(TypeInfo); in ProcessAPINotes()
H A DSemaTemplateInstantiateDecl.cpp2542 D->setTypeSourceInfo(TSI); in VisitCXXMethodDecl()
5130 Function->setTypeSourceInfo(NewSI); in InstantiateFunctionDefinition()
5136 Parm->setTypeSourceInfo(NewParmSI); in InstantiateFunctionDefinition()
H A DSemaLambda.cpp1042 Method->setTypeSourceInfo(MethodTyInfo); in CompleteLambdaCallOperator()
H A DSemaDecl.cpp2545 New->setTypeSourceInfo(OldTD->getTypeSourceInfo()); in MergeTypedefNameDecl()
6680 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
8720 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
H A DSemaTemplate.cpp10758 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
H A DSemaDeclCXX.cpp13822 SpecialMem->setTypeSourceInfo(TSI); in setupImplicitSpecialMemberType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.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
H A DDecl.h766 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
3467 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp585 E->setTypeSourceInfo(Record.readTypeSourceInfo()); in VisitSYCLUniqueStableNameExpr()
741 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitOffsetOfExpr()
1185 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitCompoundLiteralExpr()
H A DASTReaderDecl.cpp726 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
922 DD->setTypeSourceInfo( in VisitDeclaratorDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp569 setTypeSourceInfo(TSI); in SYCLUniqueStableNameExpr()
H A DASTImporter.cpp4067 ToFunction->setTypeSourceInfo(*TSIOrErr); in VisitFunctionDecl()
6586 D2->setTypeSourceInfo(*TInfoOrErr); in VisitVarTemplateSpecializationDecl()
H A DASTContext.cpp5882 New->setTypeSourceInfo(getTrivialTypeSourceInfo(Orig->getUnderlyingType())); in adjustObjCTypeParamBoundType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4652 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef()