Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2060 void setTypeSourceInfo(TypeSourceInfo *Ty) { TypeInfo = Ty; } in setTypeSourceInfo() function
2484 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
3432 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
4496 void setTypeSourceInfo(TypeSourceInfo *ti) { in setTypeSourceInfo() function
H A DDecl.h805 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
3453 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp585 E->setTypeSourceInfo(Record.readTypeSourceInfo()); in VisitSYCLUniqueStableNameExpr()
741 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitOffsetOfExpr()
1188 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitCompoundLiteralExpr()
H A DASTReaderDecl.cpp732 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
936 DD->setTypeSourceInfo( in VisitDeclaratorDecl()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2499 D->setTypeSourceInfo(TSI); in VisitCXXMethodDecl()
5130 Function->setTypeSourceInfo(NewSI); in InstantiateFunctionDefinition()
5135 Parm->setTypeSourceInfo(NewParmSI); in InstantiateFunctionDefinition()
H A DSemaLambda.cpp1000 Method->setTypeSourceInfo(MethodTyInfo); in CompleteLambdaCallOperator()
H A DSemaDecl.cpp2690 New->setTypeSourceInfo(OldTD->getTypeSourceInfo()); in MergeTypedefNameDecl()
6836 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
8878 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
H A DSemaTemplate.cpp11555 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
H A DSemaDeclCXX.cpp13954 SpecialMem->setTypeSourceInfo(TSI); in setupImplicitSpecialMemberType()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp559 setTypeSourceInfo(TSI); in SYCLUniqueStableNameExpr()
H A DASTImporter.cpp3987 ToFunction->setTypeSourceInfo(*TSIOrErr); in VisitFunctionDecl()
6489 D2->setTypeSourceInfo(*TInfoOrErr); in VisitVarTemplateSpecializationDecl()
H A DASTContext.cpp5472 New->setTypeSourceInfo(getTrivialTypeSourceInfo(Orig->getUnderlyingType())); in adjustObjCTypeParamBoundType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4595 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef()