Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h735 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
3203 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
H A DExpr.h2421 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
3365 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
4413 void setTypeSourceInfo(TypeSourceInfo *ti) { in setTypeSourceInfo() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp729 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitOffsetOfExpr()
1161 E->setTypeSourceInfo(readTypeSourceInfo()); in VisitCompoundLiteralExpr()
H A DASTReaderDecl.cpp682 TD->setTypeSourceInfo(TInfo); in VisitTypedefNameDecl()
838 DD->setTypeSourceInfo( in VisitDeclaratorDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDecl.cpp2311 New->setTypeSourceInfo(OldTD->getTypeSourceInfo()); in MergeTypedefNameDecl()
6187 NewTD->setTypeSourceInfo(FixedTInfo); in CheckTypedefForVariablyModifiedType()
8092 NewVD->setTypeSourceInfo(FixedTInfo); in CheckVariableDeclarationType()
H A DSemaTemplate.cpp10889 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp5267 New->setTypeSourceInfo(getTrivialTypeSourceInfo(Orig->getUnderlyingType())); in adjustObjCTypeParamBoundType()