Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DDecl.h568 void setTypeSourceInfo(TypeSourceInfo *TI) { in setTypeSourceInfo() function
2249 void setTypeSourceInfo(TypeSourceInfo *newType) { in setTypeSourceInfo() function
DExpr.h1622 void setTypeSourceInfo(TypeSourceInfo *tsi) { in setTypeSourceInfo() function
2273 void setTypeSourceInfo(TypeSourceInfo* tinfo) { TInfo = tinfo; } in setTypeSourceInfo() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp256 TD->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitTypedefDecl()
261 TD->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitTypeAliasDecl()
DASTReaderStmt.cpp410 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitOffsetOfExpr()
573 E->setTypeSourceInfo(GetTypeSourceInfo(Record, Idx)); in VisitCompoundLiteralExpr()
/external/clang/lib/Sema/
DSemaDeclAttr.cpp251 tDecl->setTypeSourceInfo(S.Context.getTrivialTypeSourceInfo(T)); in handleExtVectorTypeAttr()
2251 TD->setTypeSourceInfo(S.Context.getTrivialTypeSourceInfo(NewTy)); in handleModeAttr()
DSemaStmt.cpp1072 Decl->setTypeSourceInfo(InitTSI); in FinishForRangeVarDecl()
DSemaDeclCXX.cpp6332 Destructor->setTypeSourceInfo(Context.getTrivialTypeSourceInfo(Ty)); in DeclareImplicitDestructor()
7422 VDecl->setTypeSourceInfo(DeducedType); in AddCXXDirectInitializerToDecl()
DSemaDecl.cpp3401 NewTD->setTypeSourceInfo(Context.getTrivialTypeSourceInfo(FixedTy)); in CheckTypedefForVariablyModifiedType()
5325 VDecl->setTypeSourceInfo(DeducedType); in AddInitializerToDecl()