Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h2066 void setTypeSourceInfo(TypeSourceInfo *Ty) { TypeInfo = Ty; } in setTypeSourceInfo() function
2489 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
3441 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
4491 void setTypeSourceInfo(TypeSourceInfo *ti) { in setTypeSourceInfo() function
H A DDecl.h761 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
3280 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp576 E->setTypeSourceInfo(Record.readTypeSourceInfo()); in VisitSYCLUniqueStableNameExpr()
724 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitOffsetOfExpr()
1156 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitCompoundLiteralExpr()
H A DASTReaderDecl.cpp698 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
882 DD->setTypeSourceInfo( in VisitDeclaratorDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2394 D->setTypeSourceInfo(TSI); in VisitCXXMethodDecl()
5024 Function->setTypeSourceInfo(NewSI); in InstantiateFunctionDefinition()
5029 Parm->setTypeSourceInfo(NewParmSI); in InstantiateFunctionDefinition()
H A DSemaDecl.cpp2562 New->setTypeSourceInfo(OldTD->getTypeSourceInfo()); in MergeTypedefNameDecl()
6624 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
8523 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
H A DSemaTemplate.cpp10991 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
H A DSemaDeclCXX.cpp13406 SpecialMem->setTypeSourceInfo(TSI); in setupImplicitSpecialMemberType()
/llvm-project-15.0.7/clang/lib/AST/
H A DExpr.cpp534 setTypeSourceInfo(TSI); in SYCLUniqueStableNameExpr()
H A DASTImporter.cpp3654 ToFunction->setTypeSourceInfo(*TSIOrErr); in VisitFunctionDecl()
H A DASTContext.cpp5434 New->setTypeSourceInfo(getTrivialTypeSourceInfo(Orig->getUnderlyingType())); in adjustObjCTypeParamBoundType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4621 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef()