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.cpp377 Var->setTypeSourceInfo(TypeInfo); in ApplyAPINotesType()
640 Method->setTypeSourceInfo(TLB.getTypeSourceInfo(S.Context, AttributedType)); in ProcessAPINotes()
H A DSemaTemplateInstantiateDecl.cpp3087 D->setTypeSourceInfo(TSI); in VisitCXXMethodDecl()
5770 Function->setTypeSourceInfo(NewSI); in InstantiateFunctionDefinition()
5776 Parm->setTypeSourceInfo(NewParmSI); in InstantiateFunctionDefinition()
H A DSemaLambda.cpp1066 Method->setTypeSourceInfo(MethodTyInfo); in CompleteLambdaCallOperator()
H A DSemaDecl.cpp2563 New->setTypeSourceInfo(OldTD->getTypeSourceInfo()); in MergeTypedefNameDecl()
6800 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
8933 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
H A DSemaTemplate.cpp11317 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
H A DSemaDeclCXX.cpp14113 SpecialMem->setTypeSourceInfo(TSI); in setupImplicitSpecialMemberType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2134 void setTypeSourceInfo(TypeSourceInfo *Ty) { TypeInfo = Ty; } in setTypeSourceInfo() function
2568 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
3566 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
4743 void setTypeSourceInfo(TypeSourceInfo *ti) { in setTypeSourceInfo() function
H A DDecl.h793 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
3585 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp592 E->setTypeSourceInfo(Record.readTypeSourceInfo()); in VisitSYCLUniqueStableNameExpr()
749 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitOffsetOfExpr()
1199 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitCompoundLiteralExpr()
H A DASTReaderDecl.cpp709 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
907 DD->setTypeSourceInfo( in VisitDeclaratorDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp563 setTypeSourceInfo(TSI); in SYCLUniqueStableNameExpr()
H A DASTImporter.cpp4342 ToFunction->setTypeSourceInfo(*TSIOrErr); in VisitFunctionDecl()
6869 D2->setTypeSourceInfo(*TInfoOrErr); in VisitVarTemplateSpecializationDecl()
H A DASTContext.cpp6301 New->setTypeSourceInfo(getTrivialTypeSourceInfo(Orig->getUnderlyingType())); in adjustObjCTypeParamBoundType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4683 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef()