Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2053 void setTypeSourceInfo(TypeSourceInfo *Ty) { TypeInfo = Ty; } in setTypeSourceInfo() function
2476 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
3432 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
4480 void setTypeSourceInfo(TypeSourceInfo *ti) { in setTypeSourceInfo() function
H A DDecl.h761 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
3229 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp591 E->setTypeSourceInfo(Record.readTypeSourceInfo()); in VisitSYCLUniqueStableNameExpr()
739 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitOffsetOfExpr()
1171 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitCompoundLiteralExpr()
H A DASTReaderDecl.cpp684 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
840 DD->setTypeSourceInfo( in VisitDeclaratorDecl()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2328 D->setTypeSourceInfo(TSI); in VisitCXXMethodDecl()
5005 Function->setTypeSourceInfo(NewSI); in InstantiateFunctionDefinition()
5010 Parm->setTypeSourceInfo(NewParmSI); in InstantiateFunctionDefinition()
H A DSemaDecl.cpp2363 New->setTypeSourceInfo(OldTD->getTypeSourceInfo()); in MergeTypedefNameDecl()
6250 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
8151 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
H A DSemaTemplate.cpp10889 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
H A DSemaDeclCXX.cpp13205 SpecialMem->setTypeSourceInfo(TSI); in setupImplicitSpecialMemberType()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp516 setTypeSourceInfo(TSI); in SYCLUniqueStableNameExpr()
H A DASTContext.cpp5282 New->setTypeSourceInfo(getTrivialTypeSourceInfo(Orig->getUnderlyingType())); in adjustObjCTypeParamBoundType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4589 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef()