Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h2077 void setTypeSourceInfo(TypeSourceInfo *Ty) { TypeInfo = Ty; } in setTypeSourceInfo() function
2500 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
3448 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
4498 void setTypeSourceInfo(TypeSourceInfo *ti) { in setTypeSourceInfo() function
H A DDecl.h802 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
3350 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderStmt.cpp577 E->setTypeSourceInfo(Record.readTypeSourceInfo()); in VisitSYCLUniqueStableNameExpr()
725 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitOffsetOfExpr()
1162 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitCompoundLiteralExpr()
H A DASTReaderDecl.cpp703 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
890 DD->setTypeSourceInfo( in VisitDeclaratorDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2437 D->setTypeSourceInfo(TSI); in VisitCXXMethodDecl()
5033 Function->setTypeSourceInfo(NewSI); in InstantiateFunctionDefinition()
5038 Parm->setTypeSourceInfo(NewParmSI); in InstantiateFunctionDefinition()
H A DSemaDecl.cpp2638 New->setTypeSourceInfo(OldTD->getTypeSourceInfo()); in MergeTypedefNameDecl()
6703 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
8648 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
H A DSemaTemplate.cpp11249 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
H A DSemaDeclCXX.cpp13515 SpecialMem->setTypeSourceInfo(TSI); in setupImplicitSpecialMemberType()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DExpr.cpp617 setTypeSourceInfo(TSI); in SYCLUniqueStableNameExpr()
H A DASTImporter.cpp3768 ToFunction->setTypeSourceInfo(*TSIOrErr); in VisitFunctionDecl()
6240 D2->setTypeSourceInfo(*TInfoOrErr); in VisitVarTemplateSpecializationDecl()
H A DASTContext.cpp5487 New->setTypeSourceInfo(getTrivialTypeSourceInfo(Orig->getUnderlyingType())); in adjustObjCTypeParamBoundType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp4670 decl->setTypeSourceInfo(clang_ast.getTrivialTypeSourceInfo(qual_type)); in CreateTypedef()