Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h617 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
2387 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
DExpr.h1788 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
2491 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() function
/external/clang/lib/Serialization/
DASTReaderStmt.cpp454 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitOffsetOfExpr()
615 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitCompoundLiteralExpr()
DASTReaderDecl.cpp413 TD->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitTypedefNameDecl()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp953 tDecl->setTypeSourceInfo(S.Context.getTrivialTypeSourceInfo(T)); in handleExtVectorTypeAttr()
3356 TD->setTypeSourceInfo(S.Context.getTrivialTypeSourceInfo(NewTy)); in handleModeAttr()
DSemaStmt.cpp1574 Decl->setTypeSourceInfo(InitTSI); in FinishForRangeVarDecl()
DSemaDecl.cpp3988 NewTD->setTypeSourceInfo(Context.getTrivialTypeSourceInfo(FixedTy)); in CheckTypedefForVariablyModifiedType()
6429 VDecl->setTypeSourceInfo(DeducedType); in AddInitializerToDecl()
DSemaTemplate.cpp7302 NTTP->setTypeSourceInfo(NewTSI); in RebuildTemplateParamsInCurrentInstantiation()